[gtk-engines/gtk-engines-2-18] Support automake 1.11



commit 606cf71c993abc40d3ec1839f6c18fb5bc8de6d5
Author: Diego Escalante Urrelo <diegoe gnome org>
Date:   Tue Dec 1 00:16:28 2009 -0500

    Support automake 1.11

 autogen.sh |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index e1fa1e9..0a11cae 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,7 +16,10 @@ cd $srcdir
 	DIE=1
 }
 
-if automake-1.10 --version < /dev/null > /dev/null 2>&1 ; then
+if 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
 elif automake-1.9 --version < /dev/null > /dev/null 2>&1 ; then



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