3 if test ! -f configure.ac
; then
4 echo "You must execute this script from the top level directory."
10 rm -rf config.cache autom4te.cache
12 ACLOCAL_VERSION
=$
(${ACLOCAL:-aclocal} --version
| head -1 | \
13 sed -e
's/^[^0-9]*\([0-9\.]*\)$/\1/')
15 if [[ "$ACLOCAL_VERSION" < "1.11.1" ]]; then
16 echo "aclocal version $ACLOCAL_VERSION is too old (< 1.11.1)"
20 ${ACLOCAL:-aclocal} -I autotools
22 ${AUTOMAKE:-automake} --add
-missing