GNU Automake 1.16.3

This commit is contained in:
Andrius Štikonas 2021-05-26 00:48:05 +01:00
parent 121fe88c70
commit 22a435ba95
11 changed files with 51 additions and 13 deletions

View file

@ -5,7 +5,7 @@
src_prepare() {
default
rm doc/amhello-1.0.tar.gz
rm doc/amhello-1.0.tar.gz doc/automake.info*
./bootstrap
}

View file

@ -5,7 +5,7 @@
src_prepare() {
default
rm doc/amhello-1.0.tar.gz
rm doc/amhello-1.0.tar.gz doc/automake.info*
./bootstrap
}

View file

@ -9,7 +9,7 @@ src_prepare() {
./bootstrap
rm doc/automake-history.info
rm doc/automake-history.info doc/automake.info*
}
src_configure() {

View file

@ -0,0 +1,21 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
./bootstrap
rm doc/automake-history.info doc/automake.info*
}
src_configure() {
./configure --prefix=/after
}
src_compile() {
make MAKEINFO=true
}
src_install() {
make install MAKEINFO=true DESTDIR="${DESTDIR}"
}

View file

@ -3,6 +3,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
rm doc/automake.info*
autoreconf-2.59 -f
}

View file

@ -3,6 +3,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
rm doc/automake.info*
sed -i 's/1.8a/1.8.5/; s/ filename-length-max=99//' configure.ac
autoreconf-2.61 -f
}

View file

@ -3,6 +3,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
rm doc/automake.info*
autoreconf-2.61 -f
}

View file

@ -48,6 +48,8 @@ build dist-3.5-236 '' '' '' dist-d1de81f
build perl-5.32.1
build automake-1.16.3
if [ "$FORCE_TIMESTAMPS" = True ] ; then
echo 'Forcing all files timestamps to be 0 unix time.'
canonicalise_all_files_timestamp