[gmime] Allow automake 1.14 as well



commit 36318f893d05cbb8a0c27d8584eaf0abd1661dae
Author: Jeffrey Stedfast <jeff xamarin com>
Date:   Sun Apr 6 20:33:45 2014 -0400

    Allow automake 1.14 as well

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index e4754c6..5937383 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -45,7 +45,7 @@ fi
        DIE=1
 }
 
-for automake_version in 1.8 1.9 1.10 1.11 1.12 1.13; do
+for automake_version in 1.8 1.9 1.10 1.11 1.12 1.13 1.14; do
     if automake-${automake_version} --version < /dev/null > /dev/null 2>&1 ; then
         AUTOMAKE=automake-${automake_version}
         ACLOCAL=aclocal-${automake_version}


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