diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-19 21:41:03 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-19 21:41:03 +0000 |
commit | 52ea6f2a8d757329eb9e57f7ff6f08e79fd584bb (patch) | |
tree | 7510fb341a6aea26fa5e287dbdf8d33308435add | |
parent | c314702b43536dce65397fc02a8d173b56772d01 (diff) | |
download | monitoring-plugins-52ea6f2a8d757329eb9e57f7ff6f08e79fd584bb.tar.gz |
Requirement of automake 1.8.3, as coreutils needs it
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1398 f882894a-f735-0410-b71e-b25c423dba1c
-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 5e1debdc..0aee3bc5 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_REVISION ($Revision$) AC_PREREQ(2.58) AC_INIT(nagios-plugins,1.4.3) AC_CONFIG_SRCDIR(NPTest.pm) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([1.8.3]) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 3c3eea44..1861e956 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -55,7 +55,7 @@ <literallayout> gnu make 3.79 - automake 1.8 + automake 1.8.3 autoconf 2.58 gnu libtool 1.5.6 </literallayout> |