Lines Matching refs:GROFF
1121 # GROFF: returns the path of the groff program found
1132 # If the user sets the value of GROFF, AC_PATH_PROG skips testing the path.
1139 # unset HAVE_GROFF or GROFF env variables.
1143 AC_ARG_VAR([GROFF], [Path to groff command])
1152 AC_PATH_PROG([GROFF], [groff])
1153 if test "x$GROFF" = "x"; then
1160 AC_PATH_PROG([GROFF], [groff])
1161 if test "x$GROFF" = "x"; then
1166 if test "x$GROFF" != "x"; then
1167 AC_MSG_WARN([ignoring GROFF environment variable since --with-groff=no was specified])
1176 AC_MSG_CHECKING([for ${GROFF} -ms macros])
1177 if ${GROFF} -ms -I. /dev/null >/dev/null 2>&1 ; then
1183 AC_MSG_CHECKING([for ${GROFF} -mm macros])
1184 if ${GROFF} -mm -I. /dev/null >/dev/null 2>&1 ; then