Lines Matching refs:GROFF
2172 # GROFF: returns the path of the groff program found
2183 # If the user sets the value of GROFF, AC_PATH_PROG skips testing the path.
2190 # unset HAVE_GROFF or GROFF env variables.
2194 AC_ARG_VAR([GROFF], [Path to groff command])
2203 AC_PATH_PROG([GROFF], [groff])
2204 if test "x$GROFF" = "x"; then
2211 AC_PATH_PROG([GROFF], [groff])
2212 if test "x$GROFF" = "x"; then
2217 if test "x$GROFF" != "x"; then
2218 AC_MSG_WARN([ignoring GROFF environment variable since --with-groff=no was specified])
2227 AC_MSG_CHECKING([for ${GROFF} -ms macros])
2228 if ${GROFF} -ms -I. /dev/null >/dev/null 2>&1 ; then
2234 AC_MSG_CHECKING([for ${GROFF} -mm macros])
2235 if ${GROFF} -mm -I. /dev/null >/dev/null 2>&1 ; then