Lines Matching refs:GROFF
746 # GROFF: returns the path of the groff program found
757 # If the user sets the value of GROFF, AC_PATH_PROG skips testing the path.
764 # unset HAVE_GROFF or GROFF env variables.
768 AC_ARG_VAR([GROFF], [Path to groff command])
777 AC_PATH_PROG([GROFF], [groff])
778 if test "x$GROFF" = "x"; then
785 AC_PATH_PROG([GROFF], [groff])
786 if test "x$GROFF" = "x"; then
791 if test "x$GROFF" != "x"; then
792 AC_MSG_WARN([ignoring GROFF environment variable since --with-groff=no was specified])
801 AC_MSG_CHECKING([for ${GROFF} -ms macros])
802 if ${GROFF} -ms -I. /dev/null >/dev/null 2>&1 ; then
808 AC_MSG_CHECKING([for ${GROFF} -mm macros])
809 if ${GROFF} -mm -I. /dev/null >/dev/null 2>&1 ; then