[Nagiosplug-checkins] nagiosplug Makefile.am, 1.34, 1.35 README, 1.10, 1.11 configure.in, 1.202, 1.203

Ton Voon tonvoon at users.sourceforge.net
Thu Jan 25 01:58:16 CET 2007


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv16739

Modified Files:
	Makefile.am README configure.in 
Log Message:
Update references to NEWS instead of CHANGES. Fix compile of libtap
test programs


Index: README
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/README,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- README	18 Oct 2005 09:26:20 -0000	1.10
+++ README	25 Jan 2007 00:58:13 -0000	1.11
@@ -5,7 +5,7 @@
   see below. In addition, generic instructions for the GNU toolchain
   can be found in the INSTALL file.
 
-* For major changes between releases, read the CHANGES file.
+* For major changes between releases, read the NEWS file.
 
 * For information on detailed changes that have been made or plugins 
   that have been added, read the Changelog file.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/Makefile.am,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile.am	24 Jan 2007 22:46:20 -0000	1.34
+++ Makefile.am	25 Jan 2007 00:58:13 -0000	1.35
@@ -3,7 +3,7 @@
 SUBDIRS = gl lib plugins plugins-scripts plugins-root po
 
 EXTRA_DIST = config.rpath \
-	ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CHANGES CODING FAQ LEGAL \
+	ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CODING FAQ LEGAL NEWS \
 	REQUIREMENTS SUPPORT THANKS \
 	NPTest.pm contrib pkg nagios-plugins.spec \
 	config_test/Makefile config_test/run_tests config_test/child_test.c \

Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- configure.in	25 Jan 2007 00:26:16 -0000	1.202
+++ configure.in	25 Jan 2007 00:58:13 -0000	1.203
@@ -137,7 +137,7 @@
 
 dnl Check for libtap, to run perl-like tests
 AC_CHECK_LIB(tap, plan_tests, 
-	EXTRA_TEST=test_utils
+	EXTRA_TEST="test_utils test_disk"
 	AC_SUBST(EXTRA_TEST)
 	)
 





More information about the Commits mailing list