[gtk-doc] autogen: recognize automake-1.11. Fixes #596731



commit 60b90a8e66ec2ad7765024dabdd07c22b64ceac3
Author: Jannis Pohlmann <jannis xfce org>
Date:   Tue Sep 29 15:30:01 2009 +0300

    autogen: recognize automake-1.11. Fixes #596731

 autogen.sh |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 532324c..b0ea230 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -27,7 +27,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]