12 lines
233 B
Plaintext
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
|