Code

Requirement of automake 1.8.3, as coreutils needs it
authorTon Voon <tonvoon@users.sourceforge.net>
Fri, 19 May 2006 21:41:03 +0000 (21:41 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Fri, 19 May 2006 21:41:03 +0000 (21:41 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1398 f882894a-f735-0410-b71e-b25c423dba1c

configure.in
doc/developer-guidelines.sgml

index 5e1debdc47d0ed34c765b27503349977a78003dc..0aee3bc5e863168eb7ae3313e8cd713dcd6e3542 100644 (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
 
index 3c3eea44b76c7a0b3fba76d5758332a7d8673abf..1861e956d329523d174fd851565ea91542d3c641 100644 (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>