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

@ -5,11 +5,11 @@
src_prepare() {
rm -- configure Makefile.in */Makefile.in */*/Makefile.in aclocal.m4 automake.info*
autoreconf-2.55
AUTOCONF=autoconf-2.55 autoreconf-2.55
}
src_configure() {
./configure --prefix="${PREFIX}"
AUTOCONF=autoconf-2.55 ./configure --prefix="${PREFIX}"
}
src_compile() {