Lines Matching refs:GROFF
1112 # GROFF: returns the path of the groff program found
1123 # If the user sets the value of GROFF, AC_PATH_PROG skips testing the path.
1130 # unset HAVE_GROFF or GROFF env variables.
1134 AC_ARG_VAR([GROFF], [Path to groff command])
1143 AC_PATH_PROG([GROFF], [groff])
1144 if test "x$GROFF" = "x"; then
1151 AC_PATH_PROG([GROFF], [groff])
1152 if test "x$GROFF" = "x"; then
1157 if test "x$GROFF" != "x"; then
1158 AC_MSG_WARN([ignoring GROFF environment variable since --with-groff=no was specified])
1167 AC_MSG_CHECKING([for ${GROFF} -ms macros])
1168 if ${GROFF} -ms -I. /dev/null >/dev/null 2>&1 ; then
1174 AC_MSG_CHECKING([for ${GROFF} -mm macros])
1175 if ${GROFF} -mm -I. /dev/null >/dev/null 2>&1 ; then