Home | History | Annotate | Download | only in openssh

Lines Matching refs:NROFF

636 NROFF
4971 # Extract the first word of "nroff", so it can be a program name with args.
4972 set dummy nroff; ac_word=$2
4978 case $NROFF in
4980 ac_cv_path_NROFF="$NROFF" # Let the user override the test with a path.
5001 NROFF=$ac_cv_path_NROFF
5002 if test -n "$NROFF"; then
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NROFF" >&5
5004 $as_echo "$NROFF" >&6; }
5056 elif test "x$NROFF" != "x" ; then
5057 MANFMT="$NROFF -mandoc"
15365 for ac_prog in nroff awf
15374 case $NROFF in
15376 ac_cv_path_NROFF="$NROFF" # Let the user override the test with a path.
15397 NROFF=$ac_cv_path_NROFF
15398 if test -n "$NROFF"; then
15399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NROFF" >&5
15400 $as_echo "$NROFF" >&6; }
15407 test -n "$NROFF" && break
15409 test -n "$NROFF" || NROFF="/bin/false"
15411 if ${NROFF} -mdoc ${srcdir}/ssh.1 >/dev/null 2>&1; then
15413 elif ${NROFF} -man ${srcdir}/ssh.1 >/dev/null 2>&1; then