4
0
Эх сурвалжийг харах

Removed libtap configuration for the moment, as tinderbox builds
are breaking


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2020 f882894a-f735-0410-b71e-b25c423dba1c

Ton Voon 17 жил өмнө
parent
commit
a25083faf9
2 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 1 1
      Makefile.am
  2. 2 2
      tools/tinderbox_build

+ 1 - 1
Makefile.am

@@ -27,7 +27,7 @@ install-root:
 tap:
 	cd @TAP_DIR@ && $(MAKE)
 
-test test-debug: tap
+test test-debug:
 	cd lib && $(MAKE) $@
 	if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi
 	cd plugins && $(MAKE) $@

+ 2 - 2
tools/tinderbox_build

@@ -242,8 +242,8 @@ sub SetupPath {
 
 sub configure {
 	# Configure
-        print LOG "./configure --enable-libtap $ConfigureArgs\n";
-        open (CONFIGURE, "./configure --enable-libtap $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
+        print LOG "./configure $ConfigureArgs\n";
+        open (CONFIGURE, "./configure $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
         while (<CONFIGURE>) {
             print $_;
             print LOG $_;