Project

General

Profile

Feature #10861 ยป ruby-configure_in.diff

jeremyevans0 (Jeremy Evans), 02/17/2015 09:21 PM

View differences:

configure.in
[AC_MSG_ERROR(invalid man type: $withval)])
])
if test -z "$MANTYPE"; then
AC_PATH_PROGS(NROFF, nroff awf, /bin/false, "/usr/bin:/usr/ucb")
AC_PATH_PROGS(NROFF, nroff mandoc awf, /bin/false, "/usr/bin:/usr/ucb")
if ${NROFF} -mdoc ${srcdir}/man/ruby.1 >/dev/null 2>&1; then
MANTYPE=doc
else
    (1-1/1)