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() {

View file

@ -16,8 +16,8 @@ src_prepare() {
LIBTOOLIZE=true AUTOPOINT=true ../../bootstrap-helper.sh
LIBTOOLIZE=true AUTOPOINT=true AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 AUTOCONF=autoconf-2.64 AUTOHEADER=autoheader-2.64 autoreconf-2.64 -fi
LIBTOOLIZE=true AUTOPOINT=true AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 AUTOCONF=autoconf-2.64 AUTOHEADER=autoheader-2.64 autoreconf-2.64 -fi libltdl
LIBTOOLIZE=true AUTOPOINT=true AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 AUTOCONF=autoconf-2.69 AUTOHEADER=autoheader-2.69 autoreconf-2.69 -fi
LIBTOOLIZE=true AUTOPOINT=true AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 AUTOCONF=autoconf-2.69 AUTOHEADER=autoheader-2.69 autoreconf-2.69 -fi libltdl
}
src_configure() {
@ -35,7 +35,7 @@ src_configure() {
}
src_compile() {
make AUTOM4TE=autom4te-2.64 MAKEINFO=true
make AUTOM4TE=autom4te-2.69 MAKEINFO=true
}
src_install() {