file/STAGE2-file
2015-11-03 16:40:27 +01:00

12 lines
233 B
Plaintext

#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