SF.net SVN: nagiosplug: [2020] nagiosplug/trunk

[email protected]
Newsgroups gmane.network.nagios.plugins.cvs
Message-ID <[email protected]>
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.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.