Allow building with automake 1.14
authorStef Walter <stefw@gnome.org>
Mon, 15 Jul 2013 11:54:08 +0000 (13:54 +0200)
committerStef Walter <stefw@gnome.org>
Mon, 15 Jul 2013 11:59:51 +0000 (13:59 +0200)
Tested by Carlos Soriano

https://bugzilla.gnome.org/show_bug.cgi?id=704233

autogen.sh

index 3f5fbc7..9f23f79 100755 (executable)
@@ -43,7 +43,7 @@ fi
        DIE=1
 }
 
-AUTOMAKE_VERSIONS="1.13 1.12 1.11 1.10"
+AUTOMAKE_VERSIONS="1.14 1.13 1.12 1.11 1.10"
 for version in $AUTOMAKE_VERSIONS; do
        if automake-$version --version < /dev/null > /dev/null 2>&1 ; then
                AUTOMAKE=automake-$version