[gtk+/gtk-2-24] Support automake 1.14



commit 71560f2b553d1f4363367a8365daba97740d6892
Author: Dominique Leuenberger <dimstar opensuse org>
Date:   Wed Oct 2 20:08:46 2013 +0200

    Support automake 1.14
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709293

 autogen.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index e588028..72d5563 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -48,6 +48,9 @@ fi
        DIE=1
 }
 
+if automake-1.14 --version < /dev/null > /dev/null 2>&1 ; then
+    AUTOMAKE=automake-1.14
+    ACLOCAL=aclocal-1.14
 if automake-1.13 --version < /dev/null > /dev/null 2>&1 ; then
     AUTOMAKE=automake-1.13
     ACLOCAL=aclocal-1.13
@@ -75,6 +78,7 @@ fi
 fi
 fi
 fi
+fi
 
 if test "$DIE" -eq 1; then
        exit 1


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