Changeset 448
- Timestamp:
- Aug 4, 2007 2:03:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/FilterSQP/trunk/configure
r348 r448 1695 1695 case "${enableval}" in 1696 1696 yes) coin_debug_compile=true 1697 enable_shared=no 1697 if test "${enable_shared+set}" = set; then :; else 1698 enable_shared=no 1699 fi 1698 1700 ;; 1699 1701 no) coin_debug_compile=false … … 2690 2692 cl* | */cl* | CL* | */CL*) 2691 2693 coin_opt_cflags='-MT -O2' 2692 coin_add_cflags='-nologo -wd4996 '2694 coin_add_cflags='-nologo -wd4996 -D_CRT_SECURE_NO_DEPRECATE' 2693 2695 coin_dbg_cflags='-MTd' 2694 2696 ;; … … 3206 3208 3207 3209 # Provide some information about the compiler. 3208 echo "$as_me:32 08:" \3210 echo "$as_me:3210:" \ 3209 3211 "checking for Fortran 77 compiler version" >&5 3210 3212 ac_compiler=`set X $ac_compile; echo $2` … … 4553 4555 correct_version='1.5.22' 4554 4556 grep_version=`echo $correct_version | sed -e 's/\\./\\\\\\./g'` 4555 as_ac_File=`echo "ac_cv_file_$want_dir/libtool/ltmain.sh" | $as_tr_sh` 4556 echo "$as_me:$LINENO: checking for $want_dir/libtool/ltmain.sh" >&5 4557 echo $ECHO_N "checking for $want_dir/libtool/ltmain.sh... $ECHO_C" >&6 4558 if eval "test \"\${$as_ac_File+set}\" = set"; then 4559 echo $ECHO_N "(cached) $ECHO_C" >&6 4560 else 4561 test "$cross_compiling" = yes && 4562 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 4563 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 4564 { (exit 1); exit 1; }; } 4565 if test -r "$want_dir/libtool/ltmain.sh"; then 4566 eval "$as_ac_File=yes" 4567 else 4568 eval "$as_ac_File=no" 4569 fi 4570 fi 4571 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 4572 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 4573 if test `eval echo '${'$as_ac_File'}'` = yes; then 4557 if test -r $want_dir/libtool/ltmain.sh; then 4574 4558 have_ltmain=yes 4559 : 4575 4560 else 4576 4561 have_ltmain=no 4562 : 4577 4563 fi 4578 4564 … … 4605 4591 want_dir=$AUTOTOOLS_DIR/share 4606 4592 fi 4607 as_ac_File=`echo "ac_cv_file_$want_dir/aclocal/libtool.m4" | $as_tr_sh` 4608 echo "$as_me:$LINENO: checking for $want_dir/aclocal/libtool.m4" >&5 4609 echo $ECHO_N "checking for $want_dir/aclocal/libtool.m4... $ECHO_C" >&6 4610 if eval "test \"\${$as_ac_File+set}\" = set"; then 4611 echo $ECHO_N "(cached) $ECHO_C" >&6 4612 else 4613 test "$cross_compiling" = yes && 4614 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 4615 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 4616 { (exit 1); exit 1; }; } 4617 if test -r "$want_dir/aclocal/libtool.m4"; then 4618 eval "$as_ac_File=yes" 4619 else 4620 eval "$as_ac_File=no" 4621 fi 4622 fi 4623 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 4624 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 4625 if test `eval echo '${'$as_ac_File'}'` = yes; then 4593 if test -r $want_dir/aclocal/libtool.m4; then 4626 4594 LIBTOOLM4="$want_dir/aclocal/libtool.m4" 4595 : 4627 4596 else 4628 4597 { { echo "$as_me:$LINENO: error: I cannot find the libtool.m4 file." >&5 4629 4598 echo "$as_me: error: I cannot find the libtool.m4 file." >&2;} 4630 4599 { (exit 1); exit 1; }; } 4600 : 4631 4601 fi 4632 4602 … … 5299 5269 correct_version='1.5.22' 5300 5270 grep_version=`echo $correct_version | sed -e 's/\\./\\\\\\./g'` 5301 as_ac_File=`echo "ac_cv_file_$want_dir/libtool/ltmain.sh" | $as_tr_sh` 5302 echo "$as_me:$LINENO: checking for $want_dir/libtool/ltmain.sh" >&5 5303 echo $ECHO_N "checking for $want_dir/libtool/ltmain.sh... $ECHO_C" >&6 5304 if eval "test \"\${$as_ac_File+set}\" = set"; then 5305 echo $ECHO_N "(cached) $ECHO_C" >&6 5306 else 5307 test "$cross_compiling" = yes && 5308 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 5309 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 5310 { (exit 1); exit 1; }; } 5311 if test -r "$want_dir/libtool/ltmain.sh"; then 5312 eval "$as_ac_File=yes" 5313 else 5314 eval "$as_ac_File=no" 5315 fi 5316 fi 5317 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 5318 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 5319 if test `eval echo '${'$as_ac_File'}'` = yes; then 5271 if test -r $want_dir/libtool/ltmain.sh; then 5320 5272 have_ltmain=yes 5273 : 5321 5274 else 5322 5275 have_ltmain=no 5276 : 5323 5277 fi 5324 5278 … … 5351 5305 want_dir=$AUTOTOOLS_DIR/share 5352 5306 fi 5353 as_ac_File=`echo "ac_cv_file_$want_dir/aclocal/libtool.m4" | $as_tr_sh` 5354 echo "$as_me:$LINENO: checking for $want_dir/aclocal/libtool.m4" >&5 5355 echo $ECHO_N "checking for $want_dir/aclocal/libtool.m4... $ECHO_C" >&6 5356 if eval "test \"\${$as_ac_File+set}\" = set"; then 5357 echo $ECHO_N "(cached) $ECHO_C" >&6 5358 else 5359 test "$cross_compiling" = yes && 5360 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 5361 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 5362 { (exit 1); exit 1; }; } 5363 if test -r "$want_dir/aclocal/libtool.m4"; then 5364 eval "$as_ac_File=yes" 5365 else 5366 eval "$as_ac_File=no" 5367 fi 5368 fi 5369 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 5370 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 5371 if test `eval echo '${'$as_ac_File'}'` = yes; then 5307 if test -r $want_dir/aclocal/libtool.m4; then 5372 5308 LIBTOOLM4="$want_dir/aclocal/libtool.m4" 5309 : 5373 5310 else 5374 5311 { { echo "$as_me:$LINENO: error: I cannot find the libtool.m4 file." >&5 5375 5312 echo "$as_me: error: I cannot find the libtool.m4 file." >&2;} 5376 5313 { (exit 1); exit 1; }; } 5314 : 5377 5315 fi 5378 5316 … … 6060 5998 *-*-irix6*) 6061 5999 # Find out which ABI we are using. 6062 echo '#line 60 62"configure"' > conftest.$ac_ext6000 echo '#line 6000 "configure"' > conftest.$ac_ext 6063 6001 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6064 6002 (eval $ac_compile) 2>&5 … … 8598 8536 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8599 8537 -e 's:$: $lt_compiler_flag:'` 8600 (eval echo "\"\$as_me:8 600: $lt_compile\"" >&5)8538 (eval echo "\"\$as_me:8538: $lt_compile\"" >&5) 8601 8539 (eval "$lt_compile" 2>conftest.err) 8602 8540 ac_status=$? 8603 8541 cat conftest.err >&5 8604 echo "$as_me:8 604: \$? = $ac_status" >&58542 echo "$as_me:8542: \$? = $ac_status" >&5 8605 8543 if (exit $ac_status) && test -s "$ac_outfile"; then 8606 8544 # The compiler can only warn and ignore the option if not recognized … … 8866 8804 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8867 8805 -e 's:$: $lt_compiler_flag:'` 8868 (eval echo "\"\$as_me:88 68: $lt_compile\"" >&5)8806 (eval echo "\"\$as_me:8806: $lt_compile\"" >&5) 8869 8807 (eval "$lt_compile" 2>conftest.err) 8870 8808 ac_status=$? 8871 8809 cat conftest.err >&5 8872 echo "$as_me:88 72: \$? = $ac_status" >&58810 echo "$as_me:8810: \$? = $ac_status" >&5 8873 8811 if (exit $ac_status) && test -s "$ac_outfile"; then 8874 8812 # The compiler can only warn and ignore the option if not recognized … … 8970 8908 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8971 8909 -e 's:$: $lt_compiler_flag:'` 8972 (eval echo "\"\$as_me:89 72: $lt_compile\"" >&5)8910 (eval echo "\"\$as_me:8910: $lt_compile\"" >&5) 8973 8911 (eval "$lt_compile" 2>out/conftest.err) 8974 8912 ac_status=$? 8975 8913 cat out/conftest.err >&5 8976 echo "$as_me:89 76: \$? = $ac_status" >&58914 echo "$as_me:8914: \$? = $ac_status" >&5 8977 8915 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8978 8916 then … … 11315 11253 lt_status=$lt_dlunknown 11316 11254 cat > conftest.$ac_ext <<EOF 11317 #line 11 317"configure"11255 #line 11255 "configure" 11318 11256 #include "confdefs.h" 11319 11257 … … 11415 11353 lt_status=$lt_dlunknown 11416 11354 cat > conftest.$ac_ext <<EOF 11417 #line 11 417"configure"11355 #line 11355 "configure" 11418 11356 #include "confdefs.h" 11419 11357 … … 13759 13697 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13760 13698 -e 's:$: $lt_compiler_flag:'` 13761 (eval echo "\"\$as_me:13 761: $lt_compile\"" >&5)13699 (eval echo "\"\$as_me:13699: $lt_compile\"" >&5) 13762 13700 (eval "$lt_compile" 2>conftest.err) 13763 13701 ac_status=$? 13764 13702 cat conftest.err >&5 13765 echo "$as_me:137 65: \$? = $ac_status" >&513703 echo "$as_me:13703: \$? = $ac_status" >&5 13766 13704 if (exit $ac_status) && test -s "$ac_outfile"; then 13767 13705 # The compiler can only warn and ignore the option if not recognized … … 13863 13801 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13864 13802 -e 's:$: $lt_compiler_flag:'` 13865 (eval echo "\"\$as_me:138 65: $lt_compile\"" >&5)13803 (eval echo "\"\$as_me:13803: $lt_compile\"" >&5) 13866 13804 (eval "$lt_compile" 2>out/conftest.err) 13867 13805 ac_status=$? 13868 13806 cat out/conftest.err >&5 13869 echo "$as_me:138 69: \$? = $ac_status" >&513807 echo "$as_me:13807: \$? = $ac_status" >&5 13870 13808 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13871 13809 then … … 15433 15371 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15434 15372 -e 's:$: $lt_compiler_flag:'` 15435 (eval echo "\"\$as_me:15 435: $lt_compile\"" >&5)15373 (eval echo "\"\$as_me:15373: $lt_compile\"" >&5) 15436 15374 (eval "$lt_compile" 2>conftest.err) 15437 15375 ac_status=$? 15438 15376 cat conftest.err >&5 15439 echo "$as_me:15 439: \$? = $ac_status" >&515377 echo "$as_me:15377: \$? = $ac_status" >&5 15440 15378 if (exit $ac_status) && test -s "$ac_outfile"; then 15441 15379 # The compiler can only warn and ignore the option if not recognized … … 15537 15475 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15538 15476 -e 's:$: $lt_compiler_flag:'` 15539 (eval echo "\"\$as_me:15 539: $lt_compile\"" >&5)15477 (eval echo "\"\$as_me:15477: $lt_compile\"" >&5) 15540 15478 (eval "$lt_compile" 2>out/conftest.err) 15541 15479 ac_status=$? 15542 15480 cat out/conftest.err >&5 15543 echo "$as_me:15 543: \$? = $ac_status" >&515481 echo "$as_me:15481: \$? = $ac_status" >&5 15544 15482 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15545 15483 then … … 17744 17682 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17745 17683 -e 's:$: $lt_compiler_flag:'` 17746 (eval echo "\"\$as_me:17 746: $lt_compile\"" >&5)17684 (eval echo "\"\$as_me:17684: $lt_compile\"" >&5) 17747 17685 (eval "$lt_compile" 2>conftest.err) 17748 17686 ac_status=$? 17749 17687 cat conftest.err >&5 17750 echo "$as_me:17 750: \$? = $ac_status" >&517688 echo "$as_me:17688: \$? = $ac_status" >&5 17751 17689 if (exit $ac_status) && test -s "$ac_outfile"; then 17752 17690 # The compiler can only warn and ignore the option if not recognized … … 18012 17950 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18013 17951 -e 's:$: $lt_compiler_flag:'` 18014 (eval echo "\"\$as_me:1 8014: $lt_compile\"" >&5)17952 (eval echo "\"\$as_me:17952: $lt_compile\"" >&5) 18015 17953 (eval "$lt_compile" 2>conftest.err) 18016 17954 ac_status=$? 18017 17955 cat conftest.err >&5 18018 echo "$as_me:1 8018: \$? = $ac_status" >&517956 echo "$as_me:17956: \$? = $ac_status" >&5 18019 17957 if (exit $ac_status) && test -s "$ac_outfile"; then 18020 17958 # The compiler can only warn and ignore the option if not recognized … … 18116 18054 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18117 18055 -e 's:$: $lt_compiler_flag:'` 18118 (eval echo "\"\$as_me:18 118: $lt_compile\"" >&5)18056 (eval echo "\"\$as_me:18056: $lt_compile\"" >&5) 18119 18057 (eval "$lt_compile" 2>out/conftest.err) 18120 18058 ac_status=$? 18121 18059 cat out/conftest.err >&5 18122 echo "$as_me:18 122: \$? = $ac_status" >&518060 echo "$as_me:18060: \$? = $ac_status" >&5 18123 18061 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18124 18062 then … … 20993 20931 20994 20932 ac_config_files="$ac_config_files Makefile" 20933 20934 20935 20936 20937 20938 20939 echo "$as_me:$LINENO: checking which command should be used to link input files" >&5 20940 echo $ECHO_N "checking which command should be used to link input files... $ECHO_C" >&6 20941 coin_link_input_cmd="$LN_S" 20942 if test "$enable_doscompile" = mingw; then 20943 coin_link_input_cmd=cp 20944 fi 20945 case "$CC" in 20946 cl* | */cl* | CL* | */CL*) 20947 coin_link_input_cmd=cp ;; 20948 esac 20949 echo "$as_me:$LINENO: result: $coin_link_input_cmd" >&5 20950 echo "${ECHO_T}$coin_link_input_cmd" >&6 20995 20951 20996 20952 … … 22324 22280 22325 22281 if test x"$coin_vpath_link_files" = x; then : ; else 22326 lnkcmd= 22327 if test "$enable_doscompile" = mingw; then 22328 lnkcmd=cp 22329 fi 22330 case "$CC" in 22331 cl* | */cl* | CL* | */CL*) 22332 lnkcmd=cp ;; 22333 esac 22282 lnkcmd="$coin_link_input_cmd" 22334 22283 if test "$lnkcmd" = cp; then 22335 22284 { echo "$as_me:$LINENO: Copying data files for VPATH configuration" >&5 22336 22285 echo "$as_me: Copying data files for VPATH configuration" >&6;} 22337 22286 else 22338 echo "$as_me:$LINENO: checking whether ln -s works" >&522339 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&622340 LN_S=$as_ln_s22341 if test "$LN_S" = "ln -s"; then22342 echo "$as_me:$LINENO: result: yes" >&522343 echo "${ECHO_T}yes" >&622344 else22345 echo "$as_me:$LINENO: result: no, using $LN_S" >&522346 echo "${ECHO_T}no, using $LN_S" >&622347 fi22348 22349 22287 { echo "$as_me:$LINENO: Creating VPATH links for data files" >&5 22350 22288 echo "$as_me: Creating VPATH links for data files" >&6;} 22351 lnkcmd="$LN_S"22352 22289 fi 22353 22290 for file in $coin_vpath_link_files; do
Note: See TracChangeset
for help on using the changeset viewer.