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:
parent
09a1365c3a
commit
c2964723f8
@ -20,7 +20,7 @@ test $TEST_TYPE $FILE || {
|
|||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=661128
|
# https://bugzilla.gnome.org/show_bug.cgi?id=661128
|
||||||
touch -t 200001010000 po/cogl.pot
|
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
|
for version in $AUTOMAKE_VERSIONS; do
|
||||||
if automake-$version --version < /dev/null > /dev/null 2>&1 ; then
|
if automake-$version --version < /dev/null > /dev/null 2>&1 ; then
|
||||||
AUTOMAKE=automake-$version
|
AUTOMAKE=automake-$version
|
||||||
|
Loading…
Reference in New Issue
Block a user