Searched refs:GMSGFMT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/dialog/po/ |
H A D | makefile.inn | 34 GMSGFMT = PATH=../src:$$PATH @GMSGFMT@ 74 && rm -f $$file && $(GMSGFMT) -o $$file $<
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | po.m4 | 45 AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT]) 49 case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in 51 *) GMSGFMT_015=$GMSGFMT ;;
|
/freebsd/contrib/dialog/ |
H A D | configure | 10214 case $GMSGFMT in 10216 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 10235 GMSGFMT=$ac_cv_path_GMSGFMT 10237 if test -n "$GMSGFMT"; then 10238 echo "$as_me:10238: result: $GMSGFMT" >&5 10239 echo "${ECHO_T}$GMSGFMT" >&6 11036 GMSGFMT=":" 11065 if test "$GMSGFMT" != ":"; then 11066 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then 26605 s,@GMSGFMT@,$GMSGFMT,;t t
|
H A D | aclocal.m4 | 388 AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) 451 GMSGFMT=":" 483 if test "$GMSGFMT" != ":"; then 484 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then
|