1 2 3 4 5 6 7 8 9 10
#!/bin/sh aclocal -I m4 libtoolize autoheader automake --add-missing autoconf if [ -z "$NOCONFIGURE" ]; then ./configure --enable-dev-tools "$@" fi