summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--README2
-rw-r--r--configure.in2
-rw-r--r--doc/RELEASING4
4 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 1fb696f..b76bf76 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
3SUBDIRS = gl lib plugins plugins-scripts plugins-root po 3SUBDIRS = gl lib plugins plugins-scripts plugins-root po
4 4
5EXTRA_DIST = config.rpath \ 5EXTRA_DIST = config.rpath \
6 ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CHANGES CODING FAQ LEGAL \ 6 ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CODING FAQ LEGAL NEWS \
7 REQUIREMENTS SUPPORT THANKS \ 7 REQUIREMENTS SUPPORT THANKS \
8 NPTest.pm contrib pkg nagios-plugins.spec \ 8 NPTest.pm contrib pkg nagios-plugins.spec \
9 config_test/Makefile config_test/run_tests config_test/child_test.c \ 9 config_test/Makefile config_test/run_tests config_test/child_test.c \
diff --git a/README b/README
index 208cd19..13b46a2 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ Nagios Plugins README
5 see below. In addition, generic instructions for the GNU toolchain 5 see below. In addition, generic instructions for the GNU toolchain
6 can be found in the INSTALL file. 6 can be found in the INSTALL file.
7 7
8* For major changes between releases, read the CHANGES file. 8* For major changes between releases, read the NEWS file.
9 9
10* For information on detailed changes that have been made or plugins 10* For information on detailed changes that have been made or plugins
11 that have been added, read the Changelog file. 11 that have been added, read the Changelog file.
diff --git a/configure.in b/configure.in
index a4a2de3..73809f6 100644
--- a/configure.in
+++ b/configure.in
@@ -137,7 +137,7 @@ AC_SUBST(MATHLIBS)
137 137
138dnl Check for libtap, to run perl-like tests 138dnl Check for libtap, to run perl-like tests
139AC_CHECK_LIB(tap, plan_tests, 139AC_CHECK_LIB(tap, plan_tests,
140 EXTRA_TEST=test_utils 140 EXTRA_TEST="test_utils test_disk"
141 AC_SUBST(EXTRA_TEST) 141 AC_SUBST(EXTRA_TEST)
142 ) 142 )
143 143
diff --git a/doc/RELEASING b/doc/RELEASING
index d9039ff..0802a39 100644
--- a/doc/RELEASING
+++ b/doc/RELEASING
@@ -4,10 +4,10 @@ cvs update in main area
4. tools/devmode, if feeling adventurous 4. tools/devmode, if feeling adventurous
5check compilation 5check compilation
6 6
7Update BUGS file 7Update BUGS, NEWS file
8Update configure.in and package.def with version 8Update configure.in and package.def with version
9Run cvs2cl.pl 9Run cvs2cl.pl
10commit BUGS configure.in package.def ChangeLog 10commit BUGS NEWS configure.in package.def ChangeLog
11 11
12cvs tag r1_4_1 12cvs tag r1_4_1
13 13