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
This commit is contained in:
Ton Voon 2006-05-19 21:41:03 +00:00
parent c314702b43
commit 52ea6f2a8d
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>