mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 08:15:24 +01:00
Add autoconf 2.13.
This commit is contained in:
parent
755572903e
commit
607991542d
6 changed files with 25 additions and 0 deletions
14
sysa/autoconf-2.13/autoconf-2.13.sh
Executable file
14
sysa/autoconf-2.13/autoconf-2.13.sh
Executable 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
|
||||
}
|
||||
0
sysa/autoconf-2.13/checksums
Normal file
0
sysa/autoconf-2.13/checksums
Normal 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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue