From: Bruno Haible Date: Fri, 18 Jan 2002 20:45:22 +0000 (+0000) Subject: Improve a message. X-Git-Tag: v0.11~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a17914a83957795927a44be8ff992f28fbe90206;p=thirdparty%2Fgettext.git Improve a message. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 96a08e67b..9dfdf9d75 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 Bruno Haible + + * gettext.m4 (AM_PO_SUBDIRS): Improve "found msgfmt program" message. + 2002-01-13 Bruno Haible * *.m4: Add copyright notice. diff --git a/m4/gettext.m4 b/m4/gettext.m4 index aa254d690..df06951ae 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -294,8 +294,9 @@ AC_DEFUN([AM_PO_SUBDIRS], (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then : ; else + GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` AC_MSG_RESULT( - [found msgfmt program is not GNU msgfmt; ignore it]) + [found $GMSGFMT program is not GNU msgfmt; ignore it]) GMSGFMT=":" fi fi