Automake 1.7.8.

This commit is contained in:
Andrius Štikonas 2021-03-18 19:25:50 +00:00
parent d1d5ab1a20
commit 16dba20254
5 changed files with 26 additions and 1 deletions

View 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
}

View file

@ -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