diff options
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | doc/developer-guidelines.sgml | 2 |
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$) | |||
3 | AC_PREREQ(2.58) | 3 | AC_PREREQ(2.58) |
4 | AC_INIT(nagios-plugins,1.4.3) | 4 | AC_INIT(nagios-plugins,1.4.3) |
5 | AC_CONFIG_SRCDIR(NPTest.pm) | 5 | AC_CONFIG_SRCDIR(NPTest.pm) |
6 | AM_INIT_AUTOMAKE | 6 | AM_INIT_AUTOMAKE([1.8.3]) |
7 | AM_CONFIG_HEADER(config.h) | 7 | AM_CONFIG_HEADER(config.h) |
8 | AC_CANONICAL_HOST | 8 | AC_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> |