blob: 89b9bc8a60433d45c0608dad00c68d8cb526d0f1 [file] [log] [blame]
#!/bin/sh
# Make sure that we are in the right directory.
if test ! -f configure.ac; then
cat >&2 <<__EOF__
You must run bootstrap from the root of the distribution.
__EOF__
exit 1
fi
autoreconf --install -Wall --verbose "${@}"