mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-05 14:50:24 -05:00
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:
parent
c314702b43
commit
52ea6f2a8d
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue