aboutsummaryrefslogtreecommitdiff
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 1fb696f6..b76bf76d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \
diff --git a/README b/README
index 208cd193..13b46a2e 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ Nagios Plugins README
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.
diff --git a/configure.in b/configure.in
index a4a2de33..73809f65 100644
--- a/configure.in
+++ b/configure.in
@@ -137,7 +137,7 @@ AC_SUBST(MATHLIBS)
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)
)
diff --git a/doc/RELEASING b/doc/RELEASING
index d9039fff..0802a39d 100644
--- a/doc/RELEASING
+++ b/doc/RELEASING
@@ -4,10 +4,10 @@ cvs update in main area
. tools/devmode, if feeling adventurous
check compilation
-Update BUGS file
+Update BUGS, NEWS file
Update configure.in and package.def with version
Run cvs2cl.pl
-commit BUGS configure.in package.def ChangeLog
+commit BUGS NEWS configure.in package.def ChangeLog
cvs tag r1_4_1