]> Pileus Git - ~andy/gtk/commitdiff
autogen.sh: run gtkdocize before aclocal
authorMatthias Clasen <mclasen@redhat.com>
Tue, 21 Sep 2010 16:45:51 +0000 (12:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Sep 2010 16:45:51 +0000 (12:45 -0400)
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 $?