summaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index cf116ae..43ebd3e 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 autopoint... Ignore non-fatal messages."
-autopoint
+echo "Running gettextize... Ignore non-fatal messages."
+gettextize --intl --force
ACLOCAL_FLAGS="-I m4"
echo "Running aclocal ..."