Changeset 1082 for trunk/configure
- Timestamp:
- Jul 31, 2008, 6:30:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r1081 r1082 692 692 RANLIB 693 693 LN_S 694 MKDIR_P 694 695 CPP 695 696 GREP … … 732 733 PERL_INCLUDES 733 734 PERL_SITE_PACKAGES 735 PERL_ARCHLIB 734 736 PYTHON 735 737 PYTHON_CPPFLAGS … … 750 752 RP_BASE 751 753 SHLIB_LDFLAGS 754 TCL_VERSION 755 TK_VERSION 752 756 CFLAGS_DEFAULT 753 757 LDFLAGS_DEFAULT … … 3472 3476 $as_echo "no, using $LN_S" >&6; } 3473 3477 fi 3478 3479 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 3480 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 3481 if test -z "$MKDIR_P"; then 3482 if test "${ac_cv_path_mkdir+set}" = set; then 3483 $as_echo_n "(cached) " >&6 3484 else 3485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3486 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 3487 do 3488 IFS=$as_save_IFS 3489 test -z "$as_dir" && as_dir=. 3490 for ac_prog in mkdir gmkdir; do 3491 for ac_exec_ext in '' $ac_executable_extensions; do 3492 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 3493 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 3494 'mkdir (GNU coreutils) '* | \ 3495 'mkdir (coreutils) '* | \ 3496 'mkdir (fileutils) '4.1*) 3497 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 3498 break 3;; 3499 esac 3500 done 3501 done 3502 done 3503 IFS=$as_save_IFS 3504 3505 fi 3506 3507 if test "${ac_cv_path_mkdir+set}" = set; then 3508 MKDIR_P="$ac_cv_path_mkdir -p" 3509 else 3510 # As a last resort, use the slow shell script. Don't cache a 3511 # value for MKDIR_P within a source directory, because that will 3512 # break other packages using the cache if that directory is 3513 # removed, or if the value is a relative name. 3514 test -d ./--version && rmdir ./--version 3515 MKDIR_P="$ac_install_sh -d" 3516 fi 3517 fi 3518 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 3519 $as_echo "$MKDIR_P" >&6; } 3474 3520 3475 3521 … … 8721 8767 PERL_INCLUDES= 8722 8768 PERL_SITE_PACKAGES= 8769 PERL_ARCHLIB= 8723 8770 if test "$with_perl" != "no" ; then 8724 8771 { $as_echo "$as_me:$LINENO: checking for perl" >&5 8725 8772 $as_echo_n "checking for perl... " >&6; } 8726 if test -x "$with_perl/bin/perl" 8727 then 8728 echo Found perl in $with_perl/bin/perl 8729 PERL="$with_perl/bin/perl" 8730 else 8731 if test -x "$with_perl" 8732 then 8733 echo Found perl in $with_perl 8734 PERL="$with_perl" 8735 else 8736 # Extract the first word of "perl", so it can be a program name with args. 8773 if test "$with_perl" != "yes" ; then 8774 # Extract the first word of "perl", so it can be a program name with args. 8737 8775 set dummy perl; ac_word=$2 8738 8776 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 … … 8761 8799 IFS=$as_save_IFS 8762 8800 8801 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="$with_perl/bin:$with_perl" 8763 8802 ;; 8764 8803 esac … … 8774 8813 8775 8814 8776 fi 8815 else 8816 # Extract the first word of "perl", so it can be a program name with args. 8817 set dummy perl; ac_word=$2 8818 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 8819 $as_echo_n "checking for $ac_word... " >&6; } 8820 if test "${ac_cv_path_PERL+set}" = set; then 8821 $as_echo_n "(cached) " >&6 8822 else 8823 case $PERL in 8824 [\\/]* | ?:[\\/]*) 8825 ac_cv_path_PERL="$PERL" # Let the user override the test with a path. 8826 ;; 8827 *) 8828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8829 for as_dir in $PATH 8830 do 8831 IFS=$as_save_IFS 8832 test -z "$as_dir" && as_dir=. 8833 for ac_exec_ext in '' $ac_executable_extensions; do 8834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8835 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 8836 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8837 break 2 8838 fi 8839 done 8840 done 8841 IFS=$as_save_IFS 8842 8843 ;; 8844 esac 8845 fi 8846 PERL=$ac_cv_path_PERL 8847 if test -n "$PERL"; then 8848 { $as_echo "$as_me:$LINENO: result: $PERL" >&5 8849 $as_echo "$PERL" >&6; } 8850 else 8851 { $as_echo "$as_me:$LINENO: result: no" >&5 8852 $as_echo "no" >&6; } 8853 fi 8854 8855 8777 8856 fi 8778 PERL_SITE_PACKAGES='$(libdir)/perl5' 8857 if test "x${PERL}" != "x" ; then 8858 PERL_ARCHLIB=`${PERL} -MConfig -e 'print $Config{archlib}'` 8859 PERL_SITE_PACKAGES='$(libdir)/perl5' 8860 fi 8779 8861 fi 8780 8862 { $as_echo "$as_me:$LINENO: result: ${PERL}" >&5 8781 8863 $as_echo "${PERL}" >&6; } 8864 8782 8865 8783 8866 … … 9433 9516 9434 9517 9518 . ${exec_prefix}/lib/tclConfig.sh 9519 . ${exec_prefix}/lib/tkConfig.sh 9520 9521 9522 9435 9523 #-------------------------------------------------------------------- 9436 9524 # Set the default compiler switches based on the --enable-symbols … … 10019 10107 srcdir='$srcdir' 10020 10108 INSTALL='$INSTALL' 10109 MKDIR_P='$MKDIR_P' 10021 10110 AWK='$AWK' 10022 10111 test -n "\$AWK" || AWK=awk … … 10574 10663 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 10575 10664 esac 10665 ac_MKDIR_P=$MKDIR_P 10666 case $MKDIR_P in 10667 [\\/$]* | ?:[\\/]* ) ;; 10668 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 10669 esac 10576 10670 _ACEOF 10577 10671 … … 10630 10724 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 10631 10725 s&@INSTALL@&$ac_INSTALL&;t t 10726 s&@MKDIR_P@&$ac_MKDIR_P&;t t 10632 10727 $ac_datarootdir_hack 10633 10728 "
Note: See TracChangeset
for help on using the changeset viewer.