CI: don't require Autoconf 2.71

This commit is contained in:
Akim Demaille
2021-08-19 09:27:13 +02:00
parent a70e75b8a4
commit 0a82bf5c07
3 changed files with 4 additions and 5 deletions

View File

@@ -44,6 +44,8 @@ jobs:
- git fetch --unshallow || true
- git submodule update --init --recursive
# As of 2021-08, we don't have Autoconf 2.71 on Ubuntu.
- sed -i 's/AC_PREREQ(\[2\.71\])/AC_PREREQ([2.69])/g' configure.ac
- ./bootstrap
- ./configure --enable-gcc-warnings || { cat config.log && false; }
- make -j2