Switch to unversioned automake.

This commit is contained in:
Andrius Štikonas 2022-07-07 20:43:39 +01:00
parent 5209078684
commit 7e95cbbefb
38 changed files with 54 additions and 48 deletions

View file

@ -10,7 +10,7 @@ src_prepare() {
# Do not use pregenerated manpages
sed -i '/SUBDIRS/s/ man//' Makefile.am
AUTOCONF=autoconf-2.54 autoreconf-2.54
AUTOMAKE=automake-1.7 ACLOCAL=aclocal-1.7 AUTOCONF=autoconf-2.54 autoreconf-2.54
# Install autoconf data files into versioned directory
for file in */*/Makefile.in */Makefile.in Makefile.in; do