+2001-04-09 Bruno Haible <haible@clisp.cons.org>
+
+ * msgfmt-3: Update regexp to filter out specific warnings.
+ * msgmerge-5: Likewise.
+ * xgettext-3: Likewise.
+
2001-04-06 Bruno Haible <haible@clisp.cons.org>
* plural-2: Change formula and result for ru.
: ${MSGFMT=msgfmt}
LC_MESSAGES=C LC_ALL= \
${MSGFMT} mf-test3.po -o mftest3.mo 2>&1 \
- | grep -v 'warning: charset'
+ | grep -v '\(warning: Charset\|^ \)'
test ! -f mftest3.mo
result=$?
: ${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'
+ | grep -v '\(warning: Charset\|^ \)'
tmpfiles="$tmpfiles mm-test5.ok"
cat <<EOF > mm-test5.ok
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'
+ | grep -v '\(warning: Charset\|^ \)'
test ! -f zero-domain.po
result=$?