Apply a workaround from automake-1.11 to try to fix occasional build failures.

Closes #184
This commit is contained in:
Andrius Štikonas 2022-09-21 23:01:18 +01:00
parent ad6d8e78d5
commit 7588bddd8e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ src_configure() {
}
src_compile() {
make MAKEINFO=true
AUTORECONF=autoreconf-2.69 AUTOM4TE=autom4te-2.69 AUTOHEADER=autoheader-2.69 AUTOCONF=autoconf-2.69 make MAKEINFO=true
}
src_install() {