diff options
-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 ..." |