Forráskód Böngészése

Update references to NEWS instead of CHANGES. Fix compile of libtap
test programs


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

Ton Voon 19 éve
szülő
commit
b06427a140
4 módosított fájl, 5 hozzáadás és 5 törlés
  1. 1 1
      Makefile.am
  2. 1 1
      README
  3. 1 1
      configure.in
  4. 2 2
      doc/RELEASING

+ 1 - 1
Makefile.am

@@ -3,7 +3,7 @@
 SUBDIRS = gl lib plugins plugins-scripts plugins-root po
 SUBDIRS = gl lib plugins plugins-scripts plugins-root po
 
 
 EXTRA_DIST = config.rpath \
 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 \
 	REQUIREMENTS SUPPORT THANKS \
 	NPTest.pm contrib pkg nagios-plugins.spec \
 	NPTest.pm contrib pkg nagios-plugins.spec \
 	config_test/Makefile config_test/run_tests config_test/child_test.c \
 	config_test/Makefile config_test/run_tests config_test/child_test.c \

+ 1 - 1
README

@@ -5,7 +5,7 @@ Nagios Plugins README
   see below. In addition, generic instructions for the GNU toolchain
   see below. In addition, generic instructions for the GNU toolchain
   can be found in the INSTALL file.
   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 
 * For information on detailed changes that have been made or plugins 
   that have been added, read the Changelog file.
   that have been added, read the Changelog file.

+ 1 - 1
configure.in

@@ -137,7 +137,7 @@ AC_SUBST(MATHLIBS)
 
 
 dnl Check for libtap, to run perl-like tests
 dnl Check for libtap, to run perl-like tests
 AC_CHECK_LIB(tap, plan_tests, 
 AC_CHECK_LIB(tap, plan_tests, 
-	EXTRA_TEST=test_utils
+	EXTRA_TEST="test_utils test_disk"
 	AC_SUBST(EXTRA_TEST)
 	AC_SUBST(EXTRA_TEST)
 	)
 	)
 
 

+ 2 - 2
doc/RELEASING

@@ -4,10 +4,10 @@ cvs update in main area
 . tools/devmode, if feeling adventurous
 . tools/devmode, if feeling adventurous
 check compilation
 check compilation
 
 
-Update BUGS file
+Update BUGS, NEWS file
 Update configure.in and package.def with version
 Update configure.in and package.def with version
 Run cvs2cl.pl
 Run cvs2cl.pl
-commit BUGS configure.in package.def ChangeLog
+commit BUGS NEWS configure.in package.def ChangeLog
 
 
 cvs tag r1_4_1
 cvs tag r1_4_1