commit: 7588bddd8e24df90bc140dcb906d46a4d287d836
parent ad6d8e78d59af6852e86d0bf515b94e5f08fd11d
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Wed, 21 Sep 2022 23:01:18 +0100
Apply a workaround from automake-1.11 to try to fix occasional build failures.
Closes #184
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysc/automake-1.15.1/automake-1.15.1.sh b/sysc/automake-1.15.1/automake-1.15.1.sh
@@ -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() {