summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-12 12:09:25 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-12 12:09:25 +0000
commit2a84336a8e5ab47c6eca4eb8fc97d44794443d8a (patch)
tree2d6aad35b01b7d4d142c2e907aaafdca2df9a3c0 /autogen.sh
parenteecb7b997c24a67b6fcb4958dc9c68a26f85e772 (diff)
force autopoint
Original commit message from CVS: force autopoint
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index fa2664156..e27fd3b73 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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"