@@ -674,6 +674,7 @@ PYTHON
674674FLEX
675675YFLAGS
676676YACC
677+ GROFFPROG
677678TRPROG
678679UNAMEPROG
679680SHA1SUM
@@ -17601,6 +17602,53 @@ printf "%s\n" "no" >&6; }
1760117602fi
1760217603
1760317604
17605+ # Extract the first word of "groff", so it can be a program name with args.
17606+ set dummy groff; ac_word=$2
17607+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
17608+ printf %s "checking for $ac_word... " >&6; }
17609+ if test ${ac_cv_path_GROFFPROG+y}
17610+ then :
17611+ printf %s "(cached) " >&6
17612+ else case e in #(
17613+ e) case $GROFFPROG in
17614+ [\\/]* | ?:[\\/]*)
17615+ ac_cv_path_GROFFPROG="$GROFFPROG" # Let the user override the test with a path.
17616+ ;;
17617+ *)
17618+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17619+ for as_dir in $PATH
17620+ do
17621+ IFS=$as_save_IFS
17622+ case $as_dir in #(((
17623+ '') as_dir=./ ;;
17624+ */) ;;
17625+ *) as_dir=$as_dir/ ;;
17626+ esac
17627+ for ac_exec_ext in '' $ac_executable_extensions; do
17628+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
17629+ ac_cv_path_GROFFPROG="$as_dir$ac_word$ac_exec_ext"
17630+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
17631+ break 2
17632+ fi
17633+ done
17634+ done
17635+ IFS=$as_save_IFS
17636+
17637+ test -z "$ac_cv_path_GROFFPROG" && ac_cv_path_GROFFPROG="groff"
17638+ ;;
17639+ esac ;;
17640+ esac
17641+ fi
17642+ GROFFPROG=$ac_cv_path_GROFFPROG
17643+ if test -n "$GROFFPROG"; then
17644+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GROFFPROG" >&5
17645+ printf "%s\n" "$GROFFPROG" >&6; }
17646+ else
17647+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
17648+ printf "%s\n" "no" >&6; }
17649+ fi
17650+
17651+
1760417652{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mandoc or nroff" >&5
1760517653printf %s "checking for mandoc or nroff... " >&6; }
1760617654if test ${ac_cv_path_NROFF+y}
0 commit comments