From 5c971cb504776f840992daeefb95eae8f5f371ef Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 8 Nov 2007 02:54:39 +0000 Subject: [PATCH] Use automake 1.9 svn path=/trunk/; revision=5814 --- ChangeLog | 2 ++ autogen.sh | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b03a86cd..c47ca24e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ 2007-11-07 Matthias Clasen + + * autogen.sh: Use automake 1.9 * acinclude.m4: * configure.in: Move some inter-*.m4 includes from diff --git a/autogen.sh b/autogen.sh index a9baabfd..f8663616 100755 --- a/autogen.sh +++ b/autogen.sh @@ -45,12 +45,12 @@ fi DIE=1 } -if automake-1.7 --version < /dev/null > /dev/null 2>&1 ; then - AUTOMAKE=automake-1.7 - ACLOCAL=aclocal-1.7 +if automake-1.9 --version < /dev/null > /dev/null 2>&1 ; then + AUTOMAKE=automake-1.9 + ACLOCAL=aclocal-1.9 else echo - echo "You must have automake 1.7.x installed to compile $PROJECT." + echo "You must have automake 1.9.x installed to compile $PROJECT." echo "Install the appropriate package for your distribution," echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/" DIE=1 -- 2.34.1