diff options
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 $? |