Use automake 1.9
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Nov 2007 02:54:39 +0000 (02:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Nov 2007 02:54:39 +0000 (02:54 +0000)
svn path=/trunk/; revision=5814

ChangeLog
autogen.sh

index b03a86c..c47ca24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
 2007-11-07  Matthias Clasen <mclasen@redhat.com>
+       
+       * autogen.sh: Use automake 1.9
 
        * acinclude.m4:
        * configure.in: Move some inter-*.m4 includes from
index a9baabf..f866361 100755 (executable)
@@ -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