Changeset 2555 for trunk/configure
- Timestamp:
- Sep 21, 2011 9:19:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r2324 r2555 672 672 JAVA 673 673 PYTHON 674 XSUBPP 674 675 PERL 675 676 mkoctfile2 … … 7376 7377 7377 7378 7378 with_matlab="yes"7379 7379 7380 7380 # Check whether --with-matlab was given. … … 7894 7894 PERL_CCFlAGS= 7895 7895 PERL_VERSION_RV= 7896 XSUBPP= 7896 7897 PERL_LIBSPEC= 7897 7898 if test "$with_perl" != "no" ; then … … 7938 7939 7939 7940 7941 # Extract the first word of "xsubpp", so it can be a program name with args. 7942 set dummy xsubpp; ac_word=$2 7943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7944 $as_echo_n "checking for $ac_word... " >&6; } 7945 if ${ac_cv_path_XSUBPP+:} false; then : 7946 $as_echo_n "(cached) " >&6 7947 else 7948 case $XSUBPP in 7949 [\\/]* | ?:[\\/]*) 7950 ac_cv_path_XSUBPP="$XSUBPP" # Let the user override the test with a path. 7951 ;; 7952 *) 7953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7954 as_dummy="$with_perl/bin:$with_perl" 7955 for as_dir in $as_dummy 7956 do 7957 IFS=$as_save_IFS 7958 test -z "$as_dir" && as_dir=. 7959 for ac_exec_ext in '' $ac_executable_extensions; do 7960 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7961 ac_cv_path_XSUBPP="$as_dir/$ac_word$ac_exec_ext" 7962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7963 break 2 7964 fi 7965 done 7966 done 7967 IFS=$as_save_IFS 7968 7969 ;; 7970 esac 7971 fi 7972 XSUBPP=$ac_cv_path_XSUBPP 7973 if test -n "$XSUBPP"; then 7974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSUBPP" >&5 7975 $as_echo "$XSUBPP" >&6; } 7976 else 7977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7978 $as_echo "no" >&6; } 7979 fi 7980 7981 7940 7982 else 7941 7983 # Extract the first word of "perl", so it can be a program name with args. … … 7973 8015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5 7974 8016 $as_echo "$PERL" >&6; } 8017 else 8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 8019 $as_echo "no" >&6; } 8020 fi 8021 8022 8023 # Extract the first word of "xsubpp", so it can be a program name with args. 8024 set dummy xsubpp; ac_word=$2 8025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8026 $as_echo_n "checking for $ac_word... " >&6; } 8027 if ${ac_cv_path_XSUBPP+:} false; then : 8028 $as_echo_n "(cached) " >&6 8029 else 8030 case $XSUBPP in 8031 [\\/]* | ?:[\\/]*) 8032 ac_cv_path_XSUBPP="$XSUBPP" # Let the user override the test with a path. 8033 ;; 8034 *) 8035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8036 for as_dir in $PATH 8037 do 8038 IFS=$as_save_IFS 8039 test -z "$as_dir" && as_dir=. 8040 for ac_exec_ext in '' $ac_executable_extensions; do 8041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8042 ac_cv_path_XSUBPP="$as_dir/$ac_word$ac_exec_ext" 8043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 8044 break 2 8045 fi 8046 done 8047 done 8048 IFS=$as_save_IFS 8049 8050 ;; 8051 esac 8052 fi 8053 XSUBPP=$ac_cv_path_XSUBPP 8054 if test -n "$XSUBPP"; then 8055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSUBPP" >&5 8056 $as_echo "$XSUBPP" >&6; } 7975 8057 else 7976 8058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 … … 9558 9640 9559 9641 MAKE=${make_command} 9642 9560 9643 9561 9644
Note: See TracChangeset
for help on using the changeset viewer.