From 52ea6f2a8d757329eb9e57f7ff6f08e79fd584bb Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Fri, 19 May 2006 21:41:03 +0000 Subject: 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 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$) 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 3c3eea4..1861e95 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -55,7 +55,7 @@ gnu make 3.79 - automake 1.8 + automake 1.8.3 autoconf 2.58 gnu libtool 1.5.6 -- cgit v0.10-9-g596f