summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-rw-r--r--doc/developer-guidelines.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 5e1debd..0aee3bc 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_REVISION ($Revision$)
3AC_PREREQ(2.58) 3AC_PREREQ(2.58)
4AC_INIT(nagios-plugins,1.4.3) 4AC_INIT(nagios-plugins,1.4.3)
5AC_CONFIG_SRCDIR(NPTest.pm) 5AC_CONFIG_SRCDIR(NPTest.pm)
6AM_INIT_AUTOMAKE 6AM_INIT_AUTOMAKE([1.8.3])
7AM_CONFIG_HEADER(config.h) 7AM_CONFIG_HEADER(config.h)
8AC_CANONICAL_HOST 8AC_CANONICAL_HOST
9 9
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml
index 3c3eea4..1861e95 100644
--- a/doc/developer-guidelines.sgml
+++ b/doc/developer-guidelines.sgml
@@ -55,7 +55,7 @@
55 55
56 <literallayout> 56 <literallayout>
57 gnu make 3.79 57 gnu make 3.79
58 automake 1.8 58 automake 1.8.3
59 autoconf 2.58 59 autoconf 2.58
60 gnu libtool 1.5.6 60 gnu libtool 1.5.6
61 </literallayout> 61 </literallayout>