Automake 1.8.5.

This commit is contained in:
Andrius Štikonas 2021-03-18 19:53:06 +00:00
parent eb4b623de9
commit 7fdb12f08d
5 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
autoreconf-2.59 -f
}
src_configure() {
./configure --prefix=/after
}

View file

@ -119,6 +119,8 @@ build autoconf-2.57
build autoconf-2.59
build automake-1.8.5
build bash-3.2.57
exec bash run2.sh