diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-21 12:45:51 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-21 12:45:51 -0400 |
commit | eba2d6cf61e322095b8551be1fdb46ee4153b4c8 (patch) | |
tree | 0d4b0a5a65f25497c609c033a00f3c16ab68cd3c /autogen.sh | |
parent | e976abe825e5bff0772e1944dc13a11ebbc7d755 (diff) | |
download | gtk+-eba2d6cf61e322095b8551be1fdb46ee4153b4c8.tar.gz |
autogen.sh: run gtkdocize before aclocal
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
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 $? |