mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-12 06:15:29 +01:00
Autoconf 2.57.
This commit is contained in:
parent
16dba20254
commit
abf09359c3
5 changed files with 34 additions and 0 deletions
22
sysa/autoconf-2.57/autoconf-2.57.sh
Executable file
22
sysa/autoconf-2.57/autoconf-2.57.sh
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
autoreconf-2.55 -f
|
||||
|
||||
# Install autoconf data files into versioned directory
|
||||
for file in */*/Makefile.in */Makefile.in Makefile.in; do
|
||||
sed -i '/^pkgdatadir/s:$:-@VERSION@:' $file
|
||||
done
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" --program-suffix=-2.57
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default_src_install
|
||||
|
||||
ln -sf "${PREFIX}/bin/autoconf-2.57" "${PREFIX}/bin/autoconf"
|
||||
}
|
||||
|
|
@ -115,6 +115,8 @@ build autoconf-2.55
|
|||
|
||||
build automake-1.7.8
|
||||
|
||||
build autoconf-2.57
|
||||
|
||||
build bash-3.2.57
|
||||
|
||||
exec bash run2.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue