mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 20:58:52 +00:00
Allow building with automake 1.14
Tested by Carlos Soriano https://bugzilla.gnome.org/show_bug.cgi?id=704233
This commit is contained in:
parent
f17c3aff2b
commit
6734463cc8
@ -43,7 +43,7 @@ fi
|
||||
DIE=1
|
||||
}
|
||||
|
||||
AUTOMAKE_VERSIONS="1.13 1.12 1.11 1.10"
|
||||
AUTOMAKE_VERSIONS="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