Home | History | Annotate | Download | only in e2fsprogs

Lines Matching full:msgfmt

1849   dnl Search for GNU msgfmt in the PATH.
1850 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
1851 dnl The second test excludes FreeBSD msgfmt.
1852 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
1856 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
1873 dnl Test whether we really found GNU msgfmt.
1875 dnl If it is no GNU msgfmt we define it as : so that the
1883 [found $GMSGFMT program is not GNU msgfmt; ignore it])
2220 @echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \
2221 \$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
2231 @echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
2232 \$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }