From bbca0f1e81b7d35845731e503511d1c3a7877846 Mon Sep 17 00:00:00 2001 From: rick-masters Date: Fri, 16 Sep 2022 18:13:36 +0000 Subject: [PATCH] Provide same vars to make as configure in case make re-runs configure. --- sysc/automake-1.11.2/automake-1.11.2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysc/automake-1.11.2/automake-1.11.2.sh b/sysc/automake-1.11.2/automake-1.11.2.sh index a80117c..43739b7 100755 --- a/sysc/automake-1.11.2/automake-1.11.2.sh +++ b/sysc/automake-1.11.2/automake-1.11.2.sh @@ -18,7 +18,7 @@ src_configure() { } src_compile() { - make MAKEINFO=true + AUTORECONF=autoreconf-2.64 AUTOM4TE=autom4te-2.64 AUTOHEADER=autoheader-2.64 AUTOCONF=autoconf-2.64 make MAKEINFO=true } src_install() {