mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 07:15:24 +01:00
Autoconf 2.12.
This commit is contained in:
parent
607991542d
commit
67cdd9124c
6 changed files with 25 additions and 0 deletions
14
sysa/autoconf-2.12/autoconf-2.12.sh
Executable file
14
sysa/autoconf-2.12/autoconf-2.12.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.12:' Makefile.in
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix=${PREFIX} --program-suffix=-2.12
|
||||
}
|
||||
0
sysa/autoconf-2.12/checksums
Normal file
0
sysa/autoconf-2.12/checksums
Normal file
|
|
@ -77,4 +77,6 @@ build autoconf-2.52 stage2.sh
|
|||
|
||||
build autoconf-2.13
|
||||
|
||||
build autoconf-2.12
|
||||
|
||||
echo "Bootstrapping completed."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue