Changeset 3013 for cel/trunk/configure
- Timestamp:
- 2007-10-03 00:12:09 (4 years ago)
- Files:
-
- 1 modified
-
cel/trunk/configure (modified) (55 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cel/trunk/configure
r2773 r3013 714 714 ac_ct_CSLIBS_CONFIG 715 715 PYTHON 716 ac_ct_PYTHON 716 717 PKG_CONFIG 717 718 ac_ct_PKG_CONFIG … … 3798 3799 if test "$cs_prog_path_prepared" != yes; then 3799 3800 cs_prog_path_prepared=yes 3800 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "3801 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 3801 3802 export PATH 3802 3803 fi … … 4174 4175 4175 4176 4177 4178 if test "$cs_prog_path_prepared" != yes; then 4179 cs_prog_path_prepared=yes 4180 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 4181 export PATH 4182 fi 4183 4184 if test -n "$ac_tool_prefix"; then 4185 for ac_prog in ld 4186 do 4187 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4188 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4189 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4190 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4191 if test "${ac_cv_prog_LD+set}" = set; then 4192 echo $ECHO_N "(cached) $ECHO_C" >&6 4193 else 4194 if test -n "$LD"; then 4195 ac_cv_prog_LD="$LD" # Let the user override the test. 4196 else 4197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4198 for as_dir in $PATH 4199 do 4200 IFS=$as_save_IFS 4201 test -z "$as_dir" && as_dir=. 4202 for ac_exec_ext in '' $ac_executable_extensions; do 4203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4204 ac_cv_prog_LD="$ac_tool_prefix$ac_prog" 4205 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4206 break 2 4207 fi 4208 done 4209 done 4210 IFS=$as_save_IFS 4211 4212 fi 4213 fi 4214 LD=$ac_cv_prog_LD 4215 if test -n "$LD"; then 4216 { echo "$as_me:$LINENO: result: $LD" >&5 4217 echo "${ECHO_T}$LD" >&6; } 4218 else 4219 { echo "$as_me:$LINENO: result: no" >&5 4220 echo "${ECHO_T}no" >&6; } 4221 fi 4222 4223 4224 test -n "$LD" && break 4225 done 4226 fi 4227 if test -z "$LD"; then 4228 ac_ct_LD=$LD 4229 for ac_prog in ld 4230 do 4231 # Extract the first word of "$ac_prog", so it can be a program name with args. 4232 set dummy $ac_prog; ac_word=$2 4233 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4234 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4235 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then 4236 echo $ECHO_N "(cached) $ECHO_C" >&6 4237 else 4238 if test -n "$ac_ct_LD"; then 4239 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test. 4240 else 4241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4242 for as_dir in $PATH 4243 do 4244 IFS=$as_save_IFS 4245 test -z "$as_dir" && as_dir=. 4246 for ac_exec_ext in '' $ac_executable_extensions; do 4247 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4248 ac_cv_prog_ac_ct_LD="$ac_prog" 4249 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4250 break 2 4251 fi 4252 done 4253 done 4254 IFS=$as_save_IFS 4255 4256 fi 4257 fi 4258 ac_ct_LD=$ac_cv_prog_ac_ct_LD 4259 if test -n "$ac_ct_LD"; then 4260 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5 4261 echo "${ECHO_T}$ac_ct_LD" >&6; } 4262 else 4263 { echo "$as_me:$LINENO: result: no" >&5 4264 echo "${ECHO_T}no" >&6; } 4265 fi 4266 4267 4268 test -n "$ac_ct_LD" && break 4269 done 4270 4271 if test "x$ac_ct_LD" = x; then 4272 LD="" 4273 else 4274 case $cross_compiling:$ac_tool_warned in 4275 yes:) 4276 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 4277 whose name does not start with the host triplet. If you think this 4278 configuration is useful to you, please write to autoconf@gnu.org." >&5 4279 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 4280 whose name does not start with the host triplet. If you think this 4281 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 4282 ac_tool_warned=yes ;; 4283 esac 4284 LD=$ac_ct_LD 4285 fi 4286 fi 4287 4288 cs_build_prop_val="$LD" 4289 cs_build_prop_val=`echo x$cs_build_prop_val | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'` 4290 if test -n "$cs_build_prop_val"; then 4291 cs_jamconfig_text="${cs_jamconfig_text}CMD.LD ?= \"$cs_build_prop_val\" ; 4292 " 4293 fi 4294 4295 4176 4296 cs_build_prop_val="$LDFLAGS" 4177 4297 cs_build_prop_val=`echo x$cs_build_prop_val | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'` … … 5203 5323 if test "$cs_prog_path_prepared" != yes; then 5204 5324 cs_prog_path_prepared=yes 5205 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "5325 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 5206 5326 export PATH 5207 5327 fi … … 5322 5442 if test "$cs_prog_path_prepared" != yes; then 5323 5443 cs_prog_path_prepared=yes 5324 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "5444 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 5325 5445 export PATH 5326 5446 fi … … 5445 5565 if test "$cs_prog_path_prepared" != yes; then 5446 5566 cs_prog_path_prepared=yes 5447 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "5567 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 5448 5568 export PATH 5449 5569 fi … … 5564 5684 if test "$cs_prog_path_prepared" != yes; then 5565 5685 cs_prog_path_prepared=yes 5566 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "5686 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 5567 5687 export PATH 5568 5688 fi … … 5683 5803 if test "$cs_prog_path_prepared" != yes; then 5684 5804 cs_prog_path_prepared=yes 5685 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "5805 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 5686 5806 export PATH 5687 5807 fi … … 5805 5925 if test "$cs_prog_path_prepared" != yes; then 5806 5926 cs_prog_path_prepared=yes 5807 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "5927 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 5808 5928 export PATH 5809 5929 fi … … 5823 5943 else 5824 5944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5825 for as_dir in /sw/bin$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin 5945 for as_dir in /sw/bin$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin 5826 5946 do 5827 5947 IFS=$as_save_IFS … … 5867 5987 else 5868 5988 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5869 for as_dir in /sw/bin$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin 5989 for as_dir in /sw/bin$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin 5870 5990 do 5871 5991 IFS=$as_save_IFS … … 5917 6037 if test "$cs_prog_path_prepared" != yes; then 5918 6038 cs_prog_path_prepared=yes 5919 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "6039 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 5920 6040 export PATH 5921 6041 fi … … 5934 6054 *) 5935 6055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5936 for as_dir in /sw/bin$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin 6056 for as_dir in /sw/bin$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin 5937 6057 do 5938 6058 IFS=$as_save_IFS … … 5982 6102 if test "$cs_prog_path_prepared" != yes; then 5983 6103 cs_prog_path_prepared=yes 5984 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "6104 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 5985 6105 export PATH 5986 6106 fi … … 6106 6226 if test "$cs_prog_path_prepared" != yes; then 6107 6227 cs_prog_path_prepared=yes 6108 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "6228 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 6109 6229 export PATH 6110 6230 fi … … 6123 6243 *) 6124 6244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 6125 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin 6245 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin 6126 6246 do 6127 6247 IFS=$as_save_IFS … … 6313 6433 if test "$cs_prog_path_prepared" != yes; then 6314 6434 cs_prog_path_prepared=yes 6315 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "6435 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 6316 6436 export PATH 6317 6437 fi … … 6387 6507 if test "$cs_prog_path_prepared" != yes; then 6388 6508 cs_prog_path_prepared=yes 6389 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "6509 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 6390 6510 export PATH 6391 6511 fi … … 6444 6564 if test "$cs_prog_path_prepared" != yes; then 6445 6565 cs_prog_path_prepared=yes 6446 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "6566 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 6447 6567 export PATH 6448 6568 fi … … 6501 6621 if test "$cs_prog_path_prepared" != yes; then 6502 6622 cs_prog_path_prepared=yes 6503 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "6623 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 6504 6624 export PATH 6505 6625 fi … … 6558 6678 if test "$cs_prog_path_prepared" != yes; then 6559 6679 cs_prog_path_prepared=yes 6560 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "6680 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 6561 6681 export PATH 6562 6682 fi … … 6615 6735 if test "$cs_prog_path_prepared" != yes; then 6616 6736 cs_prog_path_prepared=yes 6617 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "6737 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 6618 6738 export PATH 6619 6739 fi … … 6671 6791 if test "$cs_prog_path_prepared" != yes; then 6672 6792 cs_prog_path_prepared=yes 6673 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "6793 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 6674 6794 export PATH 6675 6795 fi … … 6728 6848 if test "$cs_prog_path_prepared" != yes; then 6729 6849 cs_prog_path_prepared=yes 6730 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "6850 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 6731 6851 export PATH 6732 6852 fi … … 6847 6967 if test "$cs_prog_path_prepared" != yes; then 6848 6968 cs_prog_path_prepared=yes 6849 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "6969 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 6850 6970 export PATH 6851 6971 fi … … 6905 7025 if test "$cs_prog_path_prepared" != yes; then 6906 7026 cs_prog_path_prepared=yes 6907 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "7027 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 6908 7028 export PATH 6909 7029 fi … … 6964 7084 if test "$cs_prog_path_prepared" != yes; then 6965 7085 cs_prog_path_prepared=yes 6966 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "7086 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 6967 7087 export PATH 6968 7088 fi … … 7021 7141 if test "$cs_prog_path_prepared" != yes; then 7022 7142 cs_prog_path_prepared=yes 7023 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "7143 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 7024 7144 export PATH 7025 7145 fi … … 7078 7198 if test "$cs_prog_path_prepared" != yes; then 7079 7199 cs_prog_path_prepared=yes 7080 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "7200 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 7081 7201 export PATH 7082 7202 fi … … 7146 7266 if test "$cs_prog_path_prepared" != yes; then 7147 7267 cs_prog_path_prepared=yes 7148 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "7268 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 7149 7269 export PATH 7150 7270 fi … … 7211 7331 if test "$cs_prog_path_prepared" != yes; then 7212 7332 cs_prog_path_prepared=yes 7213 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "7333 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 7214 7334 export PATH 7215 7335 fi … … 9117 9237 if test "$cs_prog_path_prepared" != yes; then 9118 9238 cs_prog_path_prepared=yes 9119 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "9239 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 9120 9240 export PATH 9121 9241 fi … … 9961 10081 if test "$cs_prog_path_prepared" != yes; then 9962 10082 cs_prog_path_prepared=yes 9963 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "10083 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 9964 10084 export PATH 9965 10085 fi 9966 10086 9967 for ac_prog in python 9968 do 9969 # Extract the first word of "$ac_prog", so it can be a program name with args. 9970 set dummy $ac_prog; ac_word=$2 10087 if test -n "$ac_tool_prefix"; then 10088 for ac_prog in python 10089 do 10090 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 10091 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 9971 10092 { echo "$as_me:$LINENO: checking for $ac_word" >&5 9972 10093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } … … 9984 10105 for ac_exec_ext in '' $ac_executable_extensions; do 9985 10106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9986 ac_cv_prog_PYTHON="$ac_ prog"10107 ac_cv_prog_PYTHON="$ac_tool_prefix$ac_prog" 9987 10108 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 9988 10109 break 2 … … 10004 10125 10005 10126 10006 test -n "$PYTHON" && break 10007 done 10127 test -n "$PYTHON" && break 10128 done 10129 fi 10130 if test -z "$PYTHON"; then 10131 ac_ct_PYTHON=$PYTHON 10132 for ac_prog in python 10133 do 10134 # Extract the first word of "$ac_prog", so it can be a program name with args. 10135 set dummy $ac_prog; ac_word=$2 10136 { echo "$as_me:$LINENO: checking for $ac_word" >&5 10137 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 10138 if test "${ac_cv_prog_ac_ct_PYTHON+set}" = set; then 10139 echo $ECHO_N "(cached) $ECHO_C" >&6 10140 else 10141 if test -n "$ac_ct_PYTHON"; then 10142 ac_cv_prog_ac_ct_PYTHON="$ac_ct_PYTHON" # Let the user override the test. 10143 else 10144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 10145 for as_dir in $PATH 10146 do 10147 IFS=$as_save_IFS 10148 test -z "$as_dir" && as_dir=. 10149 for ac_exec_ext in '' $ac_executable_extensions; do 10150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 10151 ac_cv_prog_ac_ct_PYTHON="$ac_prog" 10152 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 10153 break 2 10154 fi 10155 done 10156 done 10157 IFS=$as_save_IFS 10158 10159 fi 10160 fi 10161 ac_ct_PYTHON=$ac_cv_prog_ac_ct_PYTHON 10162 if test -n "$ac_ct_PYTHON"; then 10163 { echo "$as_me:$LINENO: result: $ac_ct_PYTHON" >&5 10164 echo "${ECHO_T}$ac_ct_PYTHON" >&6; } 10165 else 10166 { echo "$as_me:$LINENO: result: no" >&5 10167 echo "${ECHO_T}no" >&6; } 10168 fi 10169 10170 10171 test -n "$ac_ct_PYTHON" && break 10172 done 10173 10174 if test "x$ac_ct_PYTHON" = x; then 10175 PYTHON="" 10176 else 10177 case $cross_compiling:$ac_tool_warned in 10178 yes:) 10179 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 10180 whose name does not start with the host triplet. If you think this 10181 configuration is useful to you, please write to autoconf@gnu.org." >&5 10182 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 10183 whose name does not start with the host triplet. If you think this 10184 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 10185 ac_tool_warned=yes ;; 10186 esac 10187 PYTHON=$ac_ct_PYTHON 10188 fi 10189 fi 10008 10190 10009 10191 … … 10011 10193 cs_build_prop_val=`echo x$cs_build_prop_val | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'` 10012 10194 if test -n "$cs_build_prop_val"; then 10013 :10014 10195 cs_jamconfig_text="${cs_jamconfig_text}PYTHON ?= \"$cs_build_prop_val\" ; 10196 " 10015 10197 fi 10016 10198 … … 10105 10287 if test -n "$cs_pyver" && 10106 10288 test -n "$cs_cv_pybase_cflags" && 10107 test -n "$cs_cv_pybase_lflags $cs_cv_pybase_sysprefix_lflags"; then10289 test -n "$cs_cv_pybase_lflags_base$cs_cv_pybase_sysprefix_lflags"; then 10108 10290 cs_cv_python_sdk=yes 10109 10291 else … … 10132 10314 cs_build_prop_val=`echo x$cs_build_prop_val | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'` 10133 10315 if test -n "$cs_build_prop_val"; then 10134 :10135 10316 cs_jamconfig_text="${cs_jamconfig_text}PYTHON.MODULE_EXT ?= \"$cs_build_prop_val\" ; 10317 " 10136 10318 fi 10137 10319 … … 10460 10642 cs_build_prop_val=`echo x$cs_build_prop_val | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'` 10461 10643 if test -n "$cs_build_prop_val"; then 10462 :10463 10644 cs_jamconfig_text="${cs_jamconfig_text}PYTHON.AVAILABLE ?= \"$cs_build_prop_val\" ; 10645 " 10464 10646 fi 10465 10647 … … 10467 10649 cs_build_prop_val=`echo x$cs_build_prop_val | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'` 10468 10650 if test -n "$cs_build_prop_val"; then 10469 :10470 10651 cs_jamconfig_text="${cs_jamconfig_text}PYTHON.CFLAGS ?= \"$cs_build_prop_val\" ; 10652 " 10471 10653 fi 10472 10654 … … 10474 10656 cs_build_prop_val=`echo x$cs_build_prop_val | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'` 10475 10657 if test -n "$cs_build_prop_val"; then 10476 :10477 10658 cs_jamconfig_text="${cs_jamconfig_text}PYTHON.LFLAGS ?= \"$cs_build_prop_val\" ; 10659 " 10478 10660 fi 10479 10661 … … 10529 10711 if test "$cs_prog_path_prepared" != yes; then 10530 10712 cs_prog_path_prepared=yes 10531 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "10713 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 10532 10714 export PATH 10533 10715 fi … … 10695 10877 if test "$cs_prog_path_prepared" != yes; then 10696 10878 cs_prog_path_prepared=yes 10697 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "10879 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 10698 10880 export PATH 10699 10881 fi … … 12141 12323 if test "$cs_prog_path_prepared" != yes; then 12142 12324 cs_prog_path_prepared=yes 12143 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "12325 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 12144 12326 export PATH 12145 12327 fi … … 12307 12489 if test "$cs_prog_path_prepared" != yes; then 12308 12490 cs_prog_path_prepared=yes 12309 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "12491 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 12310 12492 export PATH 12311 12493 fi … … 12951 13133 12952 13134 if test $with_cs != no; then 12953 if test $cs_cv_python != no; then12954 cs_opt_libs="crystalspace_python"12955 else12956 cs_opt_libs=''12957 fi12958 12959 13135 12960 13136 # Check whether --with-cs-prefix was given. … … 13015 13191 cs_version_sequence="$cs_version_major.$cs_version_minor" 13016 13192 13017 cs_version_desired_is_ stable=`expr $cs_version_minor % 2`13018 13019 if test $cs_version_desired_is_ stable -eq 0; then13193 cs_version_desired_is_unstable=`expr $cs_version_minor % 2` 13194 13195 if test $cs_version_desired_is_unstable -eq 1; then 13020 13196 # Development version search sequence 13021 13197 y=`expr $cs_version_minor + 1` … … 13800 13976 # running the CS test). 13801 13977 #---------------------------------------------------------------------------- 13802 if test $with_cs != no && test $cs_cv_python != no; then 13803 { echo "$as_me:$LINENO: checking for Crystal Space Python support" >&5 13804 echo $ECHO_N "checking for Crystal Space Python support... $ECHO_C" >&6; } 13805 cel_do_python=no 13806 for m in $CRYSTAL_AVAILABLE_LIBS; do 13807 if test crystalspace_python = "$m"; then 13808 cel_do_python=yes 13809 break 13810 fi 13811 13812 done 13813 { echo "$as_me:$LINENO: result: $cel_do_python" >&5 13814 echo "${ECHO_T}$cel_do_python" >&6; } 13815 if test $cel_do_python = yes; then 13816 if test "$cs_cv_python" = yes; then 13817 cs_build_prop_val="yes" 13818 cs_build_prop_val=`echo x$cs_build_prop_val | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'` 13819 if test -n "$cs_build_prop_val"; then 13820 cs_jamconfig_text="${cs_jamconfig_text}PYTHON.AVAILABLE ?= \"$cs_build_prop_val\" ; 13821 " 13822 fi 13823 13824 cs_build_prop_val="$cs_cv_python_cflags" 13825 cs_build_prop_val=`echo x$cs_build_prop_val | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'` 13826 if test -n "$cs_build_prop_val"; then 13827 cs_jamconfig_text="${cs_jamconfig_text}PYTHON.CFLAGS ?= \"$cs_build_prop_val\" ; 13828 " 13829 fi 13830 13831 cs_build_prop_val="$cs_cv_python_lflags $cs_cv_python_libs" 13832 cs_build_prop_val=`echo x$cs_build_prop_val | sed 's/^x//;s/ */ /g;s/^ //;s/ $//'` 13833 if test -n "$cs_build_prop_val"; then 13834 cs_jamconfig_text="${cs_jamconfig_text}PYTHON.LFLAGS ?= \"$cs_build_prop_val\" ; 13835 " 13836 fi 13837 13838 fi 13839 13840 fi 13841 13842 fi 13843 13978 #AS_IF([test $with_cs != no && test $cs_cv_python != no], 13979 # [AC_MSG_CHECKING([for Crystal Space Python support]) 13980 # cel_do_python=no 13981 # for m in $CRYSTAL_AVAILABLE_LIBS; do 13982 # AS_IF([test crystalspace_python = "$m"], 13983 # [cel_do_python=yes 13984 # break]) 13985 # done 13986 # AC_MSG_RESULT([$cel_do_python]) 13987 # AS_IF([test $cel_do_python = yes], 13988 # [CS_EMIT_BUILD_RESULT([cs_cv_python], [PYTHON])])]) 13844 13989 13845 13990 #---------------------------------------------------------------------------- … … 14689 14834 if test "$cs_prog_path_prepared" != yes; then 14690 14835 cs_prog_path_prepared=yes 14691 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "14836 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 14692 14837 export PATH 14693 14838 fi … … 14808 14953 if test "$cs_prog_path_prepared" != yes; then 14809 14954 cs_prog_path_prepared=yes 14810 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "14955 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 14811 14956 export PATH 14812 14957 fi … … 14979 15124 if test "$cs_prog_path_prepared" != yes; then 14980 15125 cs_prog_path_prepared=yes 14981 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "15126 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 14982 15127 export PATH 14983 15128 fi … … 15145 15290 if test "$cs_prog_path_prepared" != yes; then 15146 15291 cs_prog_path_prepared=yes 15147 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin "15292 PATH="$PATH$PATH_SEPARATOR/usr/local/bin$PATH_SEPARATOR/sw/bin$PATH_SEPARATOR${srcdir}/bin" 15148 15293 export PATH 15149 15294 fi … … 17022 17167 ac_ct_CSLIBS_CONFIG!$ac_ct_CSLIBS_CONFIG$ac_delim 17023 17168 PYTHON!$PYTHON$ac_delim 17024 PKG_CONFIG!$PKG_CONFIG$ac_delim17169 ac_ct_PYTHON!$ac_ct_PYTHON$ac_delim 17025 17170 _ACEOF 17026 17171 … … 17064 17209 for ac_last_try in false false false false false :; do 17065 17210 cat >conf$$subs.sed <<_ACEOF 17211 PKG_CONFIG!$PKG_CONFIG$ac_delim 17066 17212 ac_ct_PKG_CONFIG!$ac_ct_PKG_CONFIG$ac_delim 17067 17213 CONFIG_CPPUNIT!$CONFIG_CPPUNIT$ac_delim … … 17080 17226 _ACEOF 17081 17227 17082 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 1 4; then17228 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 15; then 17083 17229 break 17084 17230 elif $ac_last_try; then
