Lines Matching refs:GROFF
1607 # GROFF: returns the path of the groff program found
1618 # If the user sets the value of GROFF, AC_PATH_PROG skips testing the path.
1625 # unset HAVE_GROFF or GROFF env variables.
1629 AC_ARG_VAR([GROFF], [Path to groff command])
1638 AC_PATH_PROG([GROFF], [groff])
1639 if test "x$GROFF" = "x"; then
1646 AC_PATH_PROG([GROFF], [groff])
1647 if test "x$GROFF" = "x"; then
1652 if test "x$GROFF" != "x"; then
1653 AC_MSG_WARN([ignoring GROFF environment variable since --with-groff=no was specified])
1662 AC_MSG_CHECKING([for ${GROFF} -ms macros])
1663 if ${GROFF} -ms -I. /dev/null >/dev/null 2>&1 ; then
1669 AC_MSG_CHECKING([for ${GROFF} -mm macros])
1670 if ${GROFF} -mm -I. /dev/null >/dev/null 2>&1 ; then