]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Improve a message.
authorBruno Haible <bruno@clisp.org>
Fri, 18 Jan 2002 20:45:22 +0000 (20:45 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 23:02:54 +0000 (01:02 +0200)
m4/ChangeLog
m4/gettext.m4

index 96a08e67b3e21d0dd75307dba0fce41b9db9dee3..9dfdf9d755d40799685d4534a6f44741e6f5b608 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-18  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.m4 (AM_PO_SUBDIRS): Improve "found msgfmt program" message.
+
 2002-01-13  Bruno Haible  <bruno@clisp.org>
 
        * *.m4: Add copyright notice.
index aa254d690cb52231b157287403ffc3f149087a02..df06951aec306f922f5f7c49c41c5170167e8cfa 100644 (file)
@@ -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