[devhelp] Use unversioned automake commands, to avoid requirind 1.10



commit c6e34234058f9bf9014ece30a27f36a53d19ebee
Author: Gustavo Noronha Silva <gns gnome org>
Date:   Sat Aug 22 13:08:24 2009 -0300

    Use unversioned automake commands, to avoid requirind 1.10

 autogen.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 9ce82d4..6c76473 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,8 +5,8 @@ CONFIGURE=configure.ac
 
 : ${AUTOCONF=autoconf}
 : ${AUTOHEADER=autoheader}
-: ${AUTOMAKE=automake-1.10}
-: ${ACLOCAL=aclocal-1.10}
+: ${AUTOMAKE=automake}
+: ${ACLOCAL=aclocal}
 : ${INTLTOOLIZE=intltoolize}
 : ${LIBTOOLIZE=libtoolize}
 : ${GTKDOCIZE=gtkdocize}
@@ -71,7 +71,7 @@ fi
 ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
   echo
   echo "You must have automake installed to compile this project."
-  echo "Get ftp://sourceware.cygnus.com/pub/automake/automake-1.9.tar.gz";
+  echo "Get ftp://sourceware.cygnus.com/pub/automake/automake-1.11.tar.gz";
   echo "(or a newer version if it is available)"
   DIE=1
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]