[gimp/soc-2013-combined-selection-tool] autogen.sh: also look for automake 1.14



commit 6e1ba8af48bac3f951ab71ff3a73ad57634fad3f
Author: Michael Henning <drawoc darkrefraction com>
Date:   Wed Jun 26 11:40:01 2013 -0400

    autogen.sh: also look for automake 1.14
    
    (cherry picked from commit 9a6b42a4fd26b4f394e0b8f5ac58127a76c98c58)
    (cherry picked from commit 3ce15deed94df58ddb4b1e4c9d7f3f713812447f)

 autogen.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index f1483ac..7eb649f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -157,6 +157,9 @@ echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
 if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
    AUTOMAKE=$AUTOMAKE
    ACLOCAL=$ACLOCAL
+elif (automake-1.14 --version) < /dev/null > /dev/null 2>&1; then
+   AUTOMAKE=automake-1.14
+   ACLOCAL=aclocal-1.14
 elif (automake-1.13 --version) < /dev/null > /dev/null 2>&1; then
    AUTOMAKE=automake-1.13
    ACLOCAL=aclocal-1.13


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