diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-12-08 00:10:20 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-12-08 00:10:20 +0000 |
commit | cbf2421e84dbed69b14693e809786c3b5118648a (patch) | |
tree | 4fbee8a2bd5de728701d4110309767519c055454 | |
parent | 451128255d4a9d5c5d7f8415d223d9322e1499bf (diff) | |
download | mdk-cbf2421e84dbed69b14693e809786c3b5118648a.tar.gz mdk-cbf2421e84dbed69b14693e809786c3b5118648a.tar.bz2 |
use autopoint instead of gettextize
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ..." |