Use newer autotools.

This commit is contained in:
Andrius Štikonas 2023-02-27 13:12:37 +08:00
parent 1a2a4c1c6c
commit 57b55b8652
3 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
src_prepare() {
default
AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 autoreconf-2.64 -fi
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
}
src_configure() {