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 | cae36c7c0b9ee0b07d421c56eab9f2e8f6fdd188 (patch) | |
tree | 96d5d0566e12f64486e6ab5a253b16f3b1e19812 | |
parent | b50f79f8c1db71ccd6d5aa4042ea84ba71a53473 (diff) | |
download | mdk-cae36c7c0b9ee0b07d421c56eab9f2e8f6fdd188.tar.gz mdk-cae36c7c0b9ee0b07d421c56eab9f2e8f6fdd188.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 ..." |