Bootstrap aclocal.

This commit is contained in:
Andrius Štikonas 2021-03-17 00:24:37 +00:00
parent bb4d24509e
commit 52cdbad405
11 changed files with 86 additions and 96 deletions

View file

@ -1,23 +0,0 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
rm configure Makefile.in */Makefile.in
autoconf-2.52
aclocal-1.4
automake-1.4
}
src_configure() {
./configure --prefix=/after
}
src_install() {
# cleanup old manual install
rm "${PREFIX}"/bin/automake-1.4
rm -rf "${PREFIX}"/share/automake-1.4
rm -rf "${PREFIX}"/share/aclocal-1.4
default_src_install
}