diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-12 12:09:25 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-12 12:09:25 +0000 |
commit | ad82e4a5ded89fbf156ead66bf92733970930ff7 (patch) | |
tree | 78da08916ae1f160217c496fca9a126014840389 /autogen.sh | |
parent | afd66c6331f4a0864402369cb6c0bc6472ebcb27 (diff) |
force autopoint
Original commit message from CVS:
force autopoint
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ if test -f po/Makefile.in.in; then patch -p0 -R < common/gettext.patch fi -tool_run "$autopoint" +tool_run "$autopoint --force" patch -p0 < common/gettext.patch tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS" |