Searched refs:GMSGFMT (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/config/ |
| D | po.m4 | 40 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) 58 if test "$GMSGFMT" != ":"; then 61 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && 62 …(if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exi… 65 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` 67 [found $GMSGFMT program is not GNU msgfmt; ignore it]) 68 GMSGFMT=":"
|
| D | gettext-sister.m4 | 20 GMSGFMT= AC_SUBST(GMSGFMT)
|
| /mirbsd/src/gnu/usr.bin/cvs/m4/ |
| D | po.m4 | 40 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) 58 if test "$GMSGFMT" != ":"; then 61 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && 62 …(if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exi… 65 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` 67 [found $GMSGFMT program is not GNU msgfmt; ignore it]) 68 GMSGFMT=":"
|
| /mirbsd/src/gnu/usr.bin/texinfo/m4/ |
| D | po.m4 | 40 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) 58 if test "$GMSGFMT" != ":"; then 61 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && 62 …(if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exi… 65 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` 67 [found $GMSGFMT program is not GNU msgfmt; ignore it]) 68 GMSGFMT=":"
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | Makefile.in | 72 GMSGFMT = @GMSGFMT@
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | aclocal.m4 | 421 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) 446 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) 459 if test "$GMSGFMT" != ":"; then 462 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then 467 GMSGFMT=":"
|
| D | configure | 36092 s%@GMSGFMT@%$GMSGFMT%g
|