Support automake 1.15

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

Reviewed-by: Robert Bragg <robert@sixbynine.org>
This commit is contained in:
Ting-Wei Lan 2015-01-29 20:14:04 +08:00 committed by Robert Bragg
parent cd9676380f
commit 665c1d0faf

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.14 1.13 1.12 1.11"
AUTOMAKE_VERSIONS="1.15 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