mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-12 06:15:29 +01:00
Automake 1.7.8.
This commit is contained in:
parent
d1d5ab1a20
commit
16dba20254
5 changed files with 26 additions and 1 deletions
13
sysa/automake-1.7.8/automake-1.7.8.sh
Executable file
13
sysa/automake-1.7.8/automake-1.7.8.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
rm configure Makefile.in */Makefile.in */*/Makefile.in aclocal.m4
|
||||
|
||||
autoreconf-2.55
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix=/after
|
||||
}
|
||||
|
|
@ -113,6 +113,8 @@ build automake-1.7 stage2.sh
|
|||
|
||||
build autoconf-2.55
|
||||
|
||||
build automake-1.7.8
|
||||
|
||||
build bash-3.2.57
|
||||
|
||||
exec bash run2.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue