summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-09-21 12:45:51 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-09-21 12:45:51 -0400
commiteba2d6cf61e322095b8551be1fdb46ee4153b4c8 (patch)
tree0d4b0a5a65f25497c609c033a00f3c16ab68cd3c /autogen.sh
parente976abe825e5bff0772e1944dc13a11ebbc7d755 (diff)
downloadgtk+-eba2d6cf61e322095b8551be1fdb46ee4153b4c8.tar.gz
autogen.sh: run gtkdocize before aclocal
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 71709baa84..1ad0b06970 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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 $?