[gmime/gmime-2-4] updated autogen.sh



commit 30c001f995451d9d3d3ac253fa36d27803360f48
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Sat Nov 14 19:13:38 2009 -0500

    updated autogen.sh

 autogen.sh |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 8f6b86a..df732b8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -54,9 +54,12 @@ elif automake-1.9 --version < /dev/null > /dev/null 2>&1 ; then
 elif automake-1.10 --version < /dev/null > /dev/null 2>&1 ; then
     AUTOMAKE=automake-1.10
     ACLOCAL=aclocal-1.10
+elif automake-1.11 --version < /dev/null > /dev/null 2>&1 ; then
+    AUTOMAKE=automake-1.11
+    ACLOCAL=aclocal-1.11
 else
 	echo
-	echo "You must have automake 1.8.x installed to compile $PROJECT."
+	echo "You must have automake >= 1.8.x installed to compile $PROJECT."
 	echo "Install the appropriate package for your distribution,"
 	echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/";
 	DIE=1



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