+2001-04-04 Bruno Haible <haible@clisp.cons.org>
+
+ * msgfmt-3: Set LC_MESSAGES=C, to filter out specific warnings.
+ * msgmerge-5: Likewise.
+ * xgettext-3: Likewise.
+
2001-03-29 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.36 released.
tmpfiles="$tmpfiles mftest3.mo"
: ${MSGFMT=msgfmt}
-${MSGFMT} mf-test3.po -o mftest3.mo 2>&1 | grep -v 'warning: charset'
+LC_MESSAGES=C LC_ALL= \
+${MSGFMT} mf-test3.po -o mftest3.mo 2>&1 \
+ | grep -v 'warning: charset'
test ! -f mftest3.mo
result=$?
tmpfiles="$tmpfiles mm-test5.out"
: ${MSGMERGE=msgmerge}
+LC_MESSAGES=C LC_ALL= \
${MSGMERGE} -q mm-test5.in1.po mm-test5.in2.po -o mm-test5.out 2>&1 \
| grep -v 'warning: charset'
tmpfiles="zero-domain.po"
rm -f zero-domain.po
: ${XGETTEXT=xgettext}
+LC_MESSAGES=C LC_ALL= \
${XGETTEXT} -k_ -d zero-domain -x $top_srcdir/po/gettext.pot \
$top_srcdir/src/xgettext.c 2>&1 \
| grep -v 'warning: charset'