logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: bbca0f1e81b7d35845731e503511d1c3a7877846
parent 4a2493a55645ed81df4794b9f0cce557735d6021
Author: rick-masters <grick23@gmail.com>
Date:   Fri, 16 Sep 2022 18:13:36 +0000

Provide same vars to make as configure in case make re-runs configure.

Diffstat:

Msysc/automake-1.11.2/automake-1.11.2.sh2+-
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 @@ -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() {