summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2e6a2e4)
raw | patch | inline | side by side (parent: 2e6a2e4)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Thu, 25 Jan 2007 00:58:14 +0000 (00:58 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Thu, 25 Jan 2007 00:58:14 +0000 (00:58 +0000) |
test programs
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1583 f882894a-f735-0410-b71e-b25c423dba1c
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1583 f882894a-f735-0410-b71e-b25c423dba1c
Makefile.am | patch | blob | history | |
README | patch | blob | history | |
configure.in | patch | blob | history | |
doc/RELEASING | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index 1fb696f6166f5534a6ee0fad12438d34a11cd20b..b76bf76d989e2f2f2976cbe379ed6de535b375c6 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
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 208cd193b2d5d9f1fc4d7909f8b9d624a3de8b0c..13b46a2e5594ddc9a41825002f1493e64dbdeb2b 100644 (file)
--- a/README
+++ b/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 a4a2de33d2f2d890b868e53912eeaf61f7e444b9..73809f6569e8b704f715e3ed8354ff749f8d6237 100644 (file)
--- a/configure.in
+++ b/configure.in
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 d9039fffa465d85c111176e89de2987cec69cb6e..0802a39dd3a9258801fe7e73f8439be6b2a91ff2 100644 (file)
--- a/doc/RELEASING
+++ b/doc/RELEASING
. 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