Lines Matching refs:GROFF
1880 # GROFF: returns the path of the groff program found
1891 # If the user sets the value of GROFF, AC_PATH_PROG skips testing the path.
1898 # unset HAVE_GROFF or GROFF env variables.
1902 AC_ARG_VAR([GROFF], [Path to groff command])
1911 AC_PATH_PROG([GROFF], [groff])
1912 if test "x$GROFF" = "x"; then
1919 AC_PATH_PROG([GROFF], [groff])
1920 if test "x$GROFF" = "x"; then
1925 if test "x$GROFF" != "x"; then
1926 AC_MSG_WARN([ignoring GROFF environment variable since --with-groff=no was specified])
1935 AC_MSG_CHECKING([for ${GROFF} -ms macros])
1936 if ${GROFF} -ms -I. /dev/null >/dev/null 2>&1 ; then
1942 AC_MSG_CHECKING([for ${GROFF} -mm macros])
1943 if ${GROFF} -mm -I. /dev/null >/dev/null 2>&1 ; then