mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 10:38:52 +00:00
Updated autogen.sh to allow automake version 1.15
https://bugzilla.gnome.org/show_bug.cgi?id=743444
This commit is contained in:
parent
e8a2b3cd5a
commit
e5ddb9d2df
@ -43,7 +43,7 @@ fi
|
||||
DIE=1
|
||||
}
|
||||
|
||||
AUTOMAKE_VERSIONS="1.14 1.13 1.12 1.11 1.10"
|
||||
AUTOMAKE_VERSIONS="1.15 1.14 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
|
||||
|
Loading…
Reference in New Issue
Block a user