mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
build: Fix bootstrapping with automake 1.16
https://bugzilla.gnome.org/show_bug.cgi?id=794610
This commit is contained in:
parent
b738c9f787
commit
6a99758928
@ -43,7 +43,7 @@ fi
|
||||
DIE=1
|
||||
}
|
||||
|
||||
AUTOMAKE_VERSIONS="1.15 1.14 1.13 1.12 1.11 1.10"
|
||||
AUTOMAKE_VERSIONS="1.16 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