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

@ -41,7 +41,7 @@ f1a17f3d1c65140a6d3043ecb710e5fffe9c019cb3d2eaa982be03706876e534 diffutils-2.7_
de6d9df33107ae63b8e0f30902fe9d00e42f78f44a60b256bb0b3c82ff75bd45 dist-3.5-236_0.tar.bz2
67cccd627c4f940214907c55d0a78c3b1abb996729298e2c41f7f83776e5dd0f e2fsprogs-1.45.7_0.tar.bz2
30998009d585c8f83ec70db2fcecc4fffcd17d7ddcd5e282a04fac005e680880 ed-1.4_0.tar.bz2
bc381a028836d7ba2b679d4c41167180f23d3d8a4720453534be9500185f05f9 file-5.44_0.tar.bz2
ea3d239b97a28f6f15614037ddb19d0aa544588391ecf1f70f8dd281ce3d3270 file-5.44_0.tar.bz2
8a0405a66c09c6e1647078c919ae54948f069632214c8430af7adbdb176f62e2 findutils-4.2.33_0.tar.bz2
3c85ce52e37c313d699a21cc741d24e808048461b105f58445a645a54ea55436 flex-2.5.11_0.tar.bz2
857c77c8e8a53b8201901fa347a0c7cf44c5fea50a3204d171d49737a298fe24 flex-2.5.33_0.tar.bz2
@ -65,7 +65,7 @@ c3b54377ea461e73a171158cef90e3f744c4bb18d2981e2cb1cf8948dd56dcf4 grep-3.7_0.tar
e479b8ba2e13081bf31a416c463be98feb3f747630418de7ed40f309005c3412 libatomic_ops-7.6.10_0.tar.bz2
fcf30550a8e84be824fd2296a7964c404cb54e9df2f31af484a504342342c0fe libffi-3.3_0.tar.bz2
daae709e98d2df2190d1d13b4e86f7f3fe90fa7a975282fe0bb03289b6539f29 libtool-2.2.4_0.tar.bz2
5cf56c632724ab73ef3f6178ce5aa2aab39b3ff3aa29f41feb0f16983d3b88c6 libtool-2.4.7_0.tar.bz2
fcb24c5f5906d4b4196ed39a8e84b79b889ba99a3c06e101e950388ec8f100fc libtool-2.4.7_0.tar.bz2
564fcf89cb762b99e58dddb39c3812084a701447209bd4cf0dc06661e337c265 libunistring-0.9.10_0.tar.bz2
1d07aaf7049be45853fd409340cdb52bb3a1b6dfa4dbc8b69358c1ee966cd67f linux-4.9.10_0.tar.bz2
2fd5bec0c086cb89596f14894cbf078b3d1e990d297ba02b6cc4135e7d64996b linux-headers-5.10.41_0.tar.bz2

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