[gimp/gimp-2-6] Check for automake-1.11



commit eb4273227c0760fcef761492ad3be35016392449
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun Jun 28 11:02:26 2009 +0200

    Check for automake-1.11
    
    (Cherry picked from commit 66cc3e5f22c61115d0c3057b4475f1a6a7508ea9)

 autogen.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 2833ab8..89af17f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -148,6 +148,9 @@ echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
 if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
    AUTOMAKE=$AUTOMAKE
    ACLOCAL=$ACLOCAL
+elif (automake-1.11 --version) < /dev/null > /dev/null 2>&1; then
+   AUTOMAKE=automake-1.11
+   ACLOCAL=aclocal-1.11
 elif (automake-1.10 --version) < /dev/null > /dev/null 2>&1; then
    AUTOMAKE=automake-1.10
    ACLOCAL=aclocal-1.10



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