summaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-07 23:40:08 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-07 23:40:08 +0000
commitccde385f5e5f5e0e166067823f80178a6daf53e8 (patch)
tree1579ea996ffcb1bfccaa1d5f1980ba00a9f60712 /autogen.sh
parente0e4a00d715b36cfe4c4c0141809daaf147ff342 (diff)
downloadmdk-ccde385f5e5f5e0e166067823f80178a6daf53e8.tar.gz
mdk-ccde385f5e5f5e0e166067823f80178a6daf53e8.tar.bz2
misc changes
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 ..."