2 # Run this to generate all the initial makefiles, etc.
4 test -n "$srcdir" || srcdir=`dirname "$0"`
5 test -n "$srcdir" || srcdir=.
10 AUTORECONF=`which autoreconf`
11 if test -z $AUTORECONF; then
12 echo "*** No autoreconf found, please install it ***"
15 autoreconf --force --install || exit $?
19 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"