summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw@src.gnome.org>2015-01-29 20:14:04 +0800
committerRobert Bragg <robert.bragg@intel.com>2015-01-29 15:46:19 +0000
commit665c1d0faffa6794661acf227007cff273e03ed6 (patch)
tree8a7d8e0ec4d800662387b3db4a8e10fb5a616ce9
parentcd9676380f64bd848666803b6759aef6be9b7e14 (diff)
Support automake 1.15
https://bugzilla.gnome.org/show_bug.cgi?id=743688 Reviewed-by: Robert Bragg <robert@sixbynine.org>
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d5649ff4..fa228c50 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.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