summaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 00:10:20 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 00:10:20 +0000
commitcbf2421e84dbed69b14693e809786c3b5118648a (patch)
tree4fbee8a2bd5de728701d4110309767519c055454 /autogen.sh
parent451128255d4a9d5c5d7f8415d223d9322e1499bf (diff)
downloadmdk-cbf2421e84dbed69b14693e809786c3b5118648a.tar.gz
mdk-cbf2421e84dbed69b14693e809786c3b5118648a.tar.bz2
use autopoint instead of gettextize
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 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 ..."