diff options
author | Nuno Araujo <nuno.araujo@russo79.com> | 2013-01-15 18:34:10 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-01-25 19:07:10 +0100 |
commit | 0c726e74d7dd8082cf175b79634ae336fd912c1f (patch) | |
tree | 8a938ff51e7c15149683a6fa47b0a02ff513217a /autogen.sh | |
parent | 23c90c20361d26ba8f3d5de9291021d1a037edc8 (diff) | |
download | libsecret-0c726e74d7dd8082cf175b79634ae336fd912c1f.tar.gz |
add support for automake 1.13
https://bugzilla.gnome.org/show_bug.cgi?id=692100
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ fi DIE=1 } -AUTOMAKE_VERSIONS="1.12 1.11 1.10" +AUTOMAKE_VERSIONS="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 |