Use newer autoconf for bash to avoid warnings.

We can use either 2.55 or 2.57, so use the newer.
This commit is contained in:
Andrius Štikonas 2021-03-18 19:13:22 +00:00
parent 7fdb12f08d
commit 107aef4b57
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ src_prepare() {
# Rebuild configure script
# Ignore harmless error from autoconf for now
rm configure
autoconf-2.52 || true
autoconf-2.57
}
src_configure() {