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
}