Use ACLOCAL in autogen.sh

This commit is contained in:
Javier Jardón 2010-05-13 17:10:04 +02:00
parent 9e630dc17d
commit 3d481f735a

View File

@ -105,6 +105,8 @@ rm -rf autom4te.cache
# regenerated from their corresponding *.in files by ./configure anyway.
touch README INSTALL
$ACLOCAL -I m4 $ACLOCAL_FLAGS || exit $?
libtoolize --force || exit $?
gtkdocize || exit $?