Downgrade autoconf to 2.64.

This commit is contained in:
Andrius Štikonas 2021-06-30 18:43:33 +01:00
parent db27ef0049
commit 4b3d36afb8
7 changed files with 12 additions and 12 deletions

View file

@ -13,7 +13,7 @@ src_prepare() {
}
src_configure() {
./configure --prefix="${PREFIX}" --program-suffix=-2.65
./configure --prefix="${PREFIX}" --program-suffix=-2.64
}
src_compile() {
@ -23,8 +23,8 @@ src_compile() {
src_install() {
make install MAKEINFO=true DESTDIR="${DESTDIR}"
ln -sf "${PREFIX}/bin/autoconf-2.65" "${DESTDIR}${PREFIX}/bin/autoconf"
ln -sf "${PREFIX}/bin/autoheader-2.65" "${DESTDIR}${PREFIX}/bin/autoheader"
ln -sf "${PREFIX}/bin/autom4te-2.65" "${DESTDIR}${PREFIX}/bin/autom4te"
ln -sf "${PREFIX}/bin/autoreconf-2.65" "${DESTDIR}${PREFIX}/bin/autoreconf"
ln -sf "${PREFIX}/bin/autoconf-2.64" "${DESTDIR}${PREFIX}/bin/autoconf"
ln -sf "${PREFIX}/bin/autoheader-2.64" "${DESTDIR}${PREFIX}/bin/autoheader"
ln -sf "${PREFIX}/bin/autom4te-2.64" "${DESTDIR}${PREFIX}/bin/autom4te"
ln -sf "${PREFIX}/bin/autoreconf-2.64" "${DESTDIR}${PREFIX}/bin/autoreconf"
}

View file

@ -4,7 +4,7 @@
src_prepare() {
rm doc/standards.info
autoreconf-2.65 -f
autoreconf-2.64 -f
# Install autoconf data files into versioned directory
for file in */*/Makefile.in */Makefile.in Makefile.in; do

View file

@ -7,7 +7,7 @@ src_prepare() {
../../import-gnulib.sh
AUTOPOINT=true autoreconf-2.65 -fi
AUTOPOINT=true autoreconf-2.69 -fi
# Remove pregenerated files
rm src/parse-gram.c src/parse-gram.h src/scan-skel.c src/scan-gram.c

View file

@ -139,7 +139,7 @@ build libtool-2.2.4
build automake-1.10.3
build autoconf-2.65
build autoconf-2.64
build gcc-4.0.4 pass1.sh checksums/pass1

View file

@ -5,7 +5,7 @@
src_prepare() {
default
autoreconf-2.65 -f
autoreconf-2.64 -f
}
src_configure() {