GNU Automake 1.10.3

This commit is contained in:
Andrius Štikonas 2021-03-25 20:39:08 +00:00
parent a63a01c56b
commit 20a4d3af9e
7 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,21 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
default_src_prepare
autoreconf-2.61 -f
}
src_configure() {
./configure CC=tcc --prefix=/after
}
src_compile() {
make MAKEINFO=true
}
src_install() {
make install MAKEINFO=true
}