[cogl] Add support for automake 1.14



commit 27f00aab202b07aba64bd295c071193eef9248b4
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Wed Jul 3 18:48:38 2013 +0300

    Add support for automake 1.14
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703553

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 58f2b02..d5649ff 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,7 +20,7 @@ test $TEST_TYPE $FILE || {
 # https://bugzilla.gnome.org/show_bug.cgi?id=661128
 touch -t 200001010000 po/cogl.pot
 
-AUTOMAKE_VERSIONS="1.13 1.12 1.11"
+AUTOMAKE_VERSIONS="1.14 1.13 1.12 1.11"
 for version in $AUTOMAKE_VERSIONS; do
        if automake-$version --version < /dev/null > /dev/null 2>&1 ; then
                AUTOMAKE=automake-$version


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