autogen.sh: run gtkdocize before aclocal

This commit is contained in:
Matthias Clasen 2010-09-21 12:45:51 -04:00
parent e976abe825
commit eba2d6cf61

View File

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