Switch to unversioned autoconf.

Remove unversioned autoconf symlink from all but the latest autoconf.

This makes it clearer which autoconf is used.
This commit is contained in:
Andrius Štikonas 2022-07-02 20:39:19 +01:00
parent bc5fc8375d
commit 5209078684
34 changed files with 54 additions and 85 deletions

View file

@ -10,7 +10,7 @@ src_prepare() {
rm -f doc/*.info
./bootstrap
AUTOM4TE=autom4te-2.61 AUTOCONF=autoconf-2.61 AUTOHEADER=autoheader-2.61 AUTORECONF=autoreconf-2.61 ./bootstrap
}
src_configure() {
@ -28,7 +28,7 @@ src_configure() {
}
src_compile() {
make MAKEINFO=true
make AUTOM4TE=autom4te-2.61 MAKEINFO=true
}
src_install() {