From cae36c7c0b9ee0b07d421c56eab9f2e8f6fdd188 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 8 Dec 2002 00:10:20 +0000 Subject: use autopoint instead of gettextize --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 43ebd3e..0b18273 100755 --- a/autogen.sh +++ b/autogen.sh @@ -69,8 +69,8 @@ case $CC in *xlc | *xlc\ * | *lcc | *lcc\ *) am_opt=--include-deps;; esac -echo "Running gettextize... Ignore non-fatal messages." -gettextize --intl --force +echo "Running gettext's autopoint..." +autopoint --force ACLOCAL_FLAGS="-I m4" echo "Running aclocal ..." -- cgit v1.2.3