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
commitc478f8e8168d61fbb12e1679046de135bfe2dc64 (patch)
treea8d1db92c49fdb82131c06752b52435fbf84019d /autogen.sh
parenta6d4b3e0d98e7ef78e2d0715f7d46472832012f7 (diff)
downloadmdk-c478f8e8168d61fbb12e1679046de135bfe2dc64.tar.gz
mdk-c478f8e8168d61fbb12e1679046de135bfe2dc64.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 ..."