From b237982fcd459a49e276841370272de7973747ff Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Tue, 3 Nov 2015 16:40:27 +0100 Subject: [PATCH] Adding STAGE2 bootstrap recipe --- STAGE2-file | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 STAGE2-file diff --git a/STAGE2-file b/STAGE2-file new file mode 100644 index 0000000..6e9d7e1 --- /dev/null +++ b/STAGE2-file @@ -0,0 +1,11 @@ +#requires autoconf + +cd $SRC/file-* + +# awful hack to prevent running aclocal ... FIXME +#(cd m4 && [ -f libtool.m4.orig ] && rm -f libtool.m4 && mv libtool.m4.orig libtool.m4) || echo "" + +./configure $TCONFIGARGS + +make $J +make install