diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,9 +106,9 @@ rm -rf autom4te.cache # regenerated from their corresponding *.in files by ./configure anyway. touch README INSTALL -libtoolize --force || exit $? +libtoolize --force --copy || exit $? intltoolize --force --copy --automake || exit $? -gtkdocize || exit $? +gtkdocize --copy || exit $? $ACLOCAL $ACLOCAL_FLAGS || exit $? |