[gmime] updated autogen.sh



commit b666a0b8fe878096f89a63eba0aed0d88b11c64b
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Sat Nov 14 19:21:33 2009 -0500

    updated autogen.sh

 autogen.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 1cd085b..dc777cb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -54,6 +54,9 @@ 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."



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