Lines Matching refs:GROFF
2329 # GROFF: returns the path of the groff program found
2340 # If the user sets the value of GROFF, AC_PATH_PROG skips testing the path.
2347 # unset HAVE_GROFF or GROFF env variables.
2351 AC_ARG_VAR([GROFF], [Path to groff command])
2360 AC_PATH_PROG([GROFF], [groff])
2361 if test "x$GROFF" = "x"; then
2368 AC_PATH_PROG([GROFF], [groff])
2369 if test "x$GROFF" = "x"; then
2374 if test "x$GROFF" != "x"; then
2375 AC_MSG_WARN([ignoring GROFF environment variable since --with-groff=no was specified])
2384 AC_MSG_CHECKING([for ${GROFF} -ms macros])
2385 if ${GROFF} -ms -I. /dev/null >/dev/null 2>&1 ; then
2391 AC_MSG_CHECKING([for ${GROFF} -mm macros])
2392 if ${GROFF} -mm -I. /dev/null >/dev/null 2>&1 ; then