Home | History | Annotate | Download | only in m4

Lines Matching full:msgfmt

339   dnl Search for GNU msgfmt in the PATH.
340 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
341 dnl The second test excludes FreeBSD msgfmt.
342 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
346 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
363 dnl Test whether we really found GNU msgfmt.
365 dnl If it is no GNU msgfmt we define it as : so that the
373 [found $GMSGFMT program is not GNU msgfmt; ignore it])