Lines Matching +refs:po +refs:msgfmt +refs:program
1 # po.m4 serial 1 (gettext-0.12)
5 dnl Public License, this file may be distributed as part of a program
7 dnl the same distribution terms as the rest of that program.
22 dnl Checks for all prerequisites of the po subdirectory.
33 dnl Search for GNU msgfmt in the PATH.
34 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
35 dnl The second test excludes FreeBSD msgfmt.
36 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
50 rm -f messages.po
57 dnl Test whether we really found GNU msgfmt.
59 dnl If it is no GNU msgfmt we define it as : so that the
67 [found $GMSGFMT program is not GNU msgfmt; ignore it])
82 [found xgettext program is not GNU xgettext; ignore it])
86 rm -f messages.po
139 POFILES="$POFILES $srcdirpre$lang.po"
141 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"