[murrine] patched autogen.sh to support automake-1.11



commit ff20fb1ca90fd7085339dcfb1858188fcfd0afa4
Author: Andrea Cimitan <andrea cimitan gmail com>
Date:   Tue Sep 15 17:46:04 2009 +0200

    	patched autogen.sh to support automake-1.11

 autogen.sh |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 7d16885..f53f6c1 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]