Autoconf 2.12.

This commit is contained in:
Andrius Štikonas 2021-02-27 22:42:23 +00:00
parent 607991542d
commit 67cdd9124c
6 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
rm configure
autoconf-2.52
sed -i '/^acdatadir/s:$:-2.12:' Makefile.in
}
src_configure() {
./configure --prefix=${PREFIX} --program-suffix=-2.12
}

View file

View file

@ -77,4 +77,6 @@ build autoconf-2.52 stage2.sh
build autoconf-2.13
build autoconf-2.12
echo "Bootstrapping completed."