logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 263dd982cced3cd8f6b85f6a466a2f5696ee69fd
parent 838dc99325524903d52137e990acc346457610b3
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Sat, 17 Sep 2022 11:29:13 +0100

Merge pull request #199 from rick-masters/fix-vars-to-make-automake

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() {