Add autoconf 2.13.

This commit is contained in:
Andrius Štikonas 2021-02-27 20:07:04 +00:00
parent 755572903e
commit 607991542d
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.13:' Makefile.in
}
src_configure() {
./configure --prefix=${PREFIX} --program-suffix=-2.13
}

View file

View file

@ -75,4 +75,6 @@ build automake-1.4-p6 stage2.sh
build autoconf-2.52 stage2.sh
build autoconf-2.13
echo "Bootstrapping completed."