From c07519bbf255c618ef792f2fcc148ea8cda739e1 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 12 Feb 2004 12:09:25 +0000 Subject: force autopoint Original commit message from CVS: force autopoint --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index fa266415..e27fd3b7 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" -- cgit