[Nagiosplug-checkins] SF.net SVN: nagiosplug: [2020] nagiosplug/trunk

tonvoon at users.sourceforge.net tonvoon at users.sourceforge.net
Tue Jul 8 12:09:11 CEST 2008


Revision: 2020
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2020&view=rev
Author:   tonvoon
Date:     2008-07-08 03:09:11 -0700 (Tue, 08 Jul 2008)

Log Message:
-----------
Removed libtap configuration for the moment, as tinderbox builds
are breaking

Modified Paths:
--------------
    nagiosplug/trunk/Makefile.am
    nagiosplug/trunk/tools/tinderbox_build

Modified: nagiosplug/trunk/Makefile.am
===================================================================
--- nagiosplug/trunk/Makefile.am	2008-07-08 09:31:04 UTC (rev 2019)
+++ nagiosplug/trunk/Makefile.am	2008-07-08 10:09:11 UTC (rev 2020)
@@ -27,7 +27,7 @@
 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) $@

Modified: nagiosplug/trunk/tools/tinderbox_build
===================================================================
--- nagiosplug/trunk/tools/tinderbox_build	2008-07-08 09:31:04 UTC (rev 2019)
+++ nagiosplug/trunk/tools/tinderbox_build	2008-07-08 10:09:11 UTC (rev 2020)
@@ -242,8 +242,8 @@
 
 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 $_;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list