From: Matthias Clasen Date: Thu, 8 Nov 2007 02:54:39 +0000 (+0000) Subject: Use automake 1.9 X-Git-Tag: GLIB_2_15_1~418 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c971cb504776f840992daeefb95eae8f5f371ef;p=platform%2Fupstream%2Fglib.git Use automake 1.9 svn path=/trunk/; revision=5814 --- diff --git a/ChangeLog b/ChangeLog index b03a86c..c47ca24 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 a9baabf..f866361 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