Automake 1.7 and Autoconf 2.54

This commit is contained in:
Andrius Štikonas 2021-03-18 00:23:40 +00:00
parent 0e7ff9a301
commit 5ecd548945
8 changed files with 107 additions and 0 deletions

13
sysa/automake-1.7/stage2.sh Executable file
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.54
}
src_configure() {
./configure --prefix=/after
}