]> Pileus Git - ~andy/gtk/blobdiff - autogen.sh
autogen.sh: run gtkdocize before aclocal
[~andy/gtk] / autogen.sh
index 71709baa84b6f1e8d5137748c074562545b27a0a..1ad0b06970f07fafcbfec84c9724214a9655daf1 100755 (executable)
@@ -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 $?