4 rm -f aclocal.m4 ltmain.sh
8 echo "Running autopoint..." ; autopoint -f || :
9 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
10 echo "Running autoheader..." ; autoheader || exit 1
11 echo "Running autoconf..." ; autoconf || exit 1
12 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1
13 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
15 if [ -z "$NOCONFIGURE" ]; then