filename | configure |
changeset | 700:4650d0c7f6f9 |
prev | 697:479b8c213f61 |
next | 702:d39fc81e9630 |
author | nkeynes |
date | Sun Jun 22 06:49:00 2008 +0000 (12 years ago) |
permissions | -rw-r--r-- |
last change | Big cleanup of the command-line options Add an actual manpage (*gasp*) |
file | annotate | diff | log | raw |
1.1 --- a/configure Sun Jun 22 04:01:27 2008 +00001.2 +++ b/configure Sun Jun 22 06:49:00 2008 +00001.3 @@ -725,6 +725,8 @@1.4 host_cpu1.5 host_vendor1.6 host_os1.7 +POD2MAN1.8 +POD2HTML1.9 GUI_COCOA_TRUE1.10 GUI_COCOA_FALSE1.11 PKG_CONFIG1.12 @@ -6458,6 +6460,89 @@1.13 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac1.16 +1.17 +# Extract the first word of "pod2man", so it can be a program name with args.1.18 +set dummy pod2man; ac_word=$21.19 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&51.20 +$as_echo_n "checking for $ac_word... " >&6; }1.21 +if test "${ac_cv_path_POD2MAN+set}" = set; then1.22 + $as_echo_n "(cached) " >&61.23 +else1.24 + case $POD2MAN in1.25 + [\\/]* | ?:[\\/]*)1.26 + ac_cv_path_POD2MAN="$POD2MAN" # Let the user override the test with a path.1.27 + ;;1.28 + *)1.29 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.30 +for as_dir in $PATH1.31 +do1.32 + IFS=$as_save_IFS1.33 + test -z "$as_dir" && as_dir=.1.34 + for ac_exec_ext in '' $ac_executable_extensions; do1.35 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then1.36 + ac_cv_path_POD2MAN="$as_dir/$ac_word$ac_exec_ext"1.37 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.38 + break 21.39 + fi1.40 +done1.41 +done1.42 +IFS=$as_save_IFS1.43 +1.44 + ;;1.45 +esac1.46 +fi1.47 +POD2MAN=$ac_cv_path_POD2MAN1.48 +if test -n "$POD2MAN"; then1.49 + { $as_echo "$as_me:$LINENO: result: $POD2MAN" >&51.50 +$as_echo "$POD2MAN" >&6; }1.51 +else1.52 + { $as_echo "$as_me:$LINENO: result: no" >&51.53 +$as_echo "no" >&6; }1.54 +fi1.55 +1.56 +1.57 +# Extract the first word of "pod2html", so it can be a program name with args.1.58 +set dummy pod2html; ac_word=$21.59 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&51.60 +$as_echo_n "checking for $ac_word... " >&6; }1.61 +if test "${ac_cv_path_POD2HTML+set}" = set; then1.62 + $as_echo_n "(cached) " >&61.63 +else1.64 + case $POD2HTML in1.65 + [\\/]* | ?:[\\/]*)1.66 + ac_cv_path_POD2HTML="$POD2HTML" # Let the user override the test with a path.1.67 + ;;1.68 + *)1.69 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.70 +for as_dir in $PATH1.71 +do1.72 + IFS=$as_save_IFS1.73 + test -z "$as_dir" && as_dir=.1.74 + for ac_exec_ext in '' $ac_executable_extensions; do1.75 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then1.76 + ac_cv_path_POD2HTML="$as_dir/$ac_word$ac_exec_ext"1.77 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.78 + break 21.79 + fi1.80 +done1.81 +done1.82 +IFS=$as_save_IFS1.83 +1.84 + ;;1.85 +esac1.86 +fi1.87 +POD2HTML=$ac_cv_path_POD2HTML1.88 +if test -n "$POD2HTML"; then1.89 + { $as_echo "$as_me:$LINENO: result: $POD2HTML" >&51.90 +$as_echo "$POD2HTML" >&6; }1.91 +else1.92 + { $as_echo "$as_me:$LINENO: result: no" >&51.93 +$as_echo "no" >&6; }1.94 +fi1.95 +1.96 +1.97 +1.98 +1.99 # Check whether --enable-trace was given.1.100 if test "${enable_trace+set}" = set; then1.101 enableval=$enable_trace; if test "$enableval" == "yes"; then
.