blob: 460bc5e069db192d344ce72d17a21288f14a5840 [file] [log] [blame]
#!/bin/sh
aclocal -I m4
libtoolize
autoheader
automake --add-missing
autoconf
if [ -z "$NOCONFIGURE" ]; then
./configure --enable-dev-tools "$@"
fi