Home | History | Annotate | Download | only in openssh

Lines Matching refs:NROFF

661 NROFF
5073 # Extract the first word of "nroff
5074 set dummy nroff; ac_word=$2
5080 case $NROFF in
5082 ac_cv_path_NROFF="$NROFF" # Let the user override the test with a path.
5103 NROFF=$ac_cv_path_NROFF
5104 if test -n "$NROFF"; then
5105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NROFF" >&5
5106 $as_echo "$NROFF" >&6; }
5158 elif test "x$NROFF" != "x" ; then
5159 MANFMT="$NROFF -mandoc"
18191 for ac_prog in nroff awf
18200 case $NROFF in
18202 ac_cv_path_NROFF="$NROFF" # Let the user override the test with a path.
18223 NROFF=$ac_cv_path_NROFF
18224 if test -n "$NROFF"; then
18225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NROFF" >&5
18226 $as_echo "$NROFF" >&6; }
18233 test -n "$NROFF" && break
18235 test -n "$NROFF" || NROFF="/bin/false"
18237 if ${NROFF} -mdoc ${srcdir}/ssh.1 >/dev/null 2>&1; then
18239 elif ${NROFF} -man ${srcdir}/ssh.1 >/dev/null 2>&1; then