Add support for automake 1.14

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

(cherry picked from commit 27f00aab202b07aba64bd295c071193eef9248b4)
This commit is contained in:
Yosef Or Boczko 2013-07-03 18:48:38 +03:00 committed by Neil Roberts
parent 09a1365c3a
commit c2964723f8

View File

@ -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