Changeset 445
- Timestamp:
- Aug 2, 2007 6:58:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/trunk/configure
r405 r445 1692 1692 case "${enableval}" in 1693 1693 yes) coin_debug_compile=true 1694 enable_shared=no 1694 if test "${enable_shared+set}" = set; then :; else 1695 enable_shared=no 1696 fi 1695 1697 ;; 1696 1698 no) coin_debug_compile=false … … 3205 3207 3206 3208 # Provide some information about the compiler. 3207 echo "$as_me:320 7:" \3209 echo "$as_me:3209:" \ 3208 3210 "checking for Fortran 77 compiler version" >&5 3209 3211 ac_compiler=`set X $ac_compile; echo $2` … … 3773 3775 ac_save_FFLAGS=$FFLAGS 3774 3776 FFLAGS="$FFLAGS $ac_verb" 3775 (eval echo $as_me:377 5: \"$ac_link\") >&53777 (eval echo $as_me:3777: \"$ac_link\") >&5 3776 3778 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3777 3779 echo "$ac_f77_v_output" >&5 … … 3851 3853 ac_save_FFLAGS=$FFLAGS 3852 3854 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 3853 (eval echo $as_me:385 3: \"$ac_link\") >&53855 (eval echo $as_me:3855: \"$ac_link\") >&5 3854 3856 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3855 3857 echo "$ac_f77_v_output" >&5 … … 5510 5512 correct_version='1.5.22' 5511 5513 grep_version=`echo $correct_version | sed -e 's/\\./\\\\\\./g'` 5512 as_ac_File=`echo "ac_cv_file_$want_dir/libtool/ltmain.sh" | $as_tr_sh` 5513 echo "$as_me:$LINENO: checking for $want_dir/libtool/ltmain.sh" >&5 5514 echo $ECHO_N "checking for $want_dir/libtool/ltmain.sh... $ECHO_C" >&6 5515 if eval "test \"\${$as_ac_File+set}\" = set"; then 5516 echo $ECHO_N "(cached) $ECHO_C" >&6 5517 else 5518 test "$cross_compiling" = yes && 5519 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 5520 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 5521 { (exit 1); exit 1; }; } 5522 if test -r "$want_dir/libtool/ltmain.sh"; then 5523 eval "$as_ac_File=yes" 5524 else 5525 eval "$as_ac_File=no" 5526 fi 5527 fi 5528 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 5529 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 5530 if test `eval echo '${'$as_ac_File'}'` = yes; then 5514 if test -r $want_dir/libtool/ltmain.sh; then 5531 5515 have_ltmain=yes 5516 : 5532 5517 else 5533 5518 have_ltmain=no 5519 : 5534 5520 fi 5535 5521 … … 5562 5548 want_dir=$AUTOTOOLS_DIR/share 5563 5549 fi 5564 as_ac_File=`echo "ac_cv_file_$want_dir/aclocal/libtool.m4" | $as_tr_sh` 5565 echo "$as_me:$LINENO: checking for $want_dir/aclocal/libtool.m4" >&5 5566 echo $ECHO_N "checking for $want_dir/aclocal/libtool.m4... $ECHO_C" >&6 5567 if eval "test \"\${$as_ac_File+set}\" = set"; then 5568 echo $ECHO_N "(cached) $ECHO_C" >&6 5569 else 5570 test "$cross_compiling" = yes && 5571 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 5572 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 5573 { (exit 1); exit 1; }; } 5574 if test -r "$want_dir/aclocal/libtool.m4"; then 5575 eval "$as_ac_File=yes" 5576 else 5577 eval "$as_ac_File=no" 5578 fi 5579 fi 5580 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 5581 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 5582 if test `eval echo '${'$as_ac_File'}'` = yes; then 5550 if test -r $want_dir/aclocal/libtool.m4; then 5583 5551 LIBTOOLM4="$want_dir/aclocal/libtool.m4" 5552 : 5584 5553 else 5585 5554 { { echo "$as_me:$LINENO: error: I cannot find the libtool.m4 file." >&5 5586 5555 echo "$as_me: error: I cannot find the libtool.m4 file." >&2;} 5587 5556 { (exit 1); exit 1; }; } 5557 : 5588 5558 fi 5589 5559 … … 6271 6241 *-*-irix6*) 6272 6242 # Find out which ABI we are using. 6273 echo '#line 62 73 "configure"' > conftest.$ac_ext6243 echo '#line 6243 "configure"' > conftest.$ac_ext 6274 6244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6275 6245 (eval $ac_compile) 2>&5 … … 8748 8718 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8749 8719 -e 's:$: $lt_compiler_flag:'` 8750 (eval echo "\"\$as_me:87 50: $lt_compile\"" >&5)8720 (eval echo "\"\$as_me:8720: $lt_compile\"" >&5) 8751 8721 (eval "$lt_compile" 2>conftest.err) 8752 8722 ac_status=$? 8753 8723 cat conftest.err >&5 8754 echo "$as_me:87 54: \$? = $ac_status" >&58724 echo "$as_me:8724: \$? = $ac_status" >&5 8755 8725 if (exit $ac_status) && test -s "$ac_outfile"; then 8756 8726 # The compiler can only warn and ignore the option if not recognized … … 9016 8986 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9017 8987 -e 's:$: $lt_compiler_flag:'` 9018 (eval echo "\"\$as_me: 9018: $lt_compile\"" >&5)8988 (eval echo "\"\$as_me:8988: $lt_compile\"" >&5) 9019 8989 (eval "$lt_compile" 2>conftest.err) 9020 8990 ac_status=$? 9021 8991 cat conftest.err >&5 9022 echo "$as_me: 9022: \$? = $ac_status" >&58992 echo "$as_me:8992: \$? = $ac_status" >&5 9023 8993 if (exit $ac_status) && test -s "$ac_outfile"; then 9024 8994 # The compiler can only warn and ignore the option if not recognized … … 9120 9090 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9121 9091 -e 's:$: $lt_compiler_flag:'` 9122 (eval echo "\"\$as_me:9 122: $lt_compile\"" >&5)9092 (eval echo "\"\$as_me:9092: $lt_compile\"" >&5) 9123 9093 (eval "$lt_compile" 2>out/conftest.err) 9124 9094 ac_status=$? 9125 9095 cat out/conftest.err >&5 9126 echo "$as_me:9 126: \$? = $ac_status" >&59096 echo "$as_me:9096: \$? = $ac_status" >&5 9127 9097 if (exit $ac_status) && test -s out/conftest2.$ac_objext 9128 9098 then … … 11537 11507 lt_status=$lt_dlunknown 11538 11508 cat > conftest.$ac_ext <<EOF 11539 #line 115 39 "configure"11509 #line 11509 "configure" 11540 11510 #include "confdefs.h" 11541 11511 … … 11637 11607 lt_status=$lt_dlunknown 11638 11608 cat > conftest.$ac_ext <<EOF 11639 #line 116 39 "configure"11609 #line 11609 "configure" 11640 11610 #include "confdefs.h" 11641 11611 … … 13997 13967 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13998 13968 -e 's:$: $lt_compiler_flag:'` 13999 (eval echo "\"\$as_me:139 99: $lt_compile\"" >&5)13969 (eval echo "\"\$as_me:13969: $lt_compile\"" >&5) 14000 13970 (eval "$lt_compile" 2>conftest.err) 14001 13971 ac_status=$? 14002 13972 cat conftest.err >&5 14003 echo "$as_me:1 4003: \$? = $ac_status" >&513973 echo "$as_me:13973: \$? = $ac_status" >&5 14004 13974 if (exit $ac_status) && test -s "$ac_outfile"; then 14005 13975 # The compiler can only warn and ignore the option if not recognized … … 14101 14071 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14102 14072 -e 's:$: $lt_compiler_flag:'` 14103 (eval echo "\"\$as_me:14 103: $lt_compile\"" >&5)14073 (eval echo "\"\$as_me:14073: $lt_compile\"" >&5) 14104 14074 (eval "$lt_compile" 2>out/conftest.err) 14105 14075 ac_status=$? 14106 14076 cat out/conftest.err >&5 14107 echo "$as_me:14 107: \$? = $ac_status" >&514077 echo "$as_me:14077: \$? = $ac_status" >&5 14108 14078 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14109 14079 then … … 15671 15641 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15672 15642 -e 's:$: $lt_compiler_flag:'` 15673 (eval echo "\"\$as_me:156 73: $lt_compile\"" >&5)15643 (eval echo "\"\$as_me:15643: $lt_compile\"" >&5) 15674 15644 (eval "$lt_compile" 2>conftest.err) 15675 15645 ac_status=$? 15676 15646 cat conftest.err >&5 15677 echo "$as_me:156 77: \$? = $ac_status" >&515647 echo "$as_me:15647: \$? = $ac_status" >&5 15678 15648 if (exit $ac_status) && test -s "$ac_outfile"; then 15679 15649 # The compiler can only warn and ignore the option if not recognized … … 15775 15745 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15776 15746 -e 's:$: $lt_compiler_flag:'` 15777 (eval echo "\"\$as_me:157 77: $lt_compile\"" >&5)15747 (eval echo "\"\$as_me:15747: $lt_compile\"" >&5) 15778 15748 (eval "$lt_compile" 2>out/conftest.err) 15779 15749 ac_status=$? 15780 15750 cat out/conftest.err >&5 15781 echo "$as_me:157 81: \$? = $ac_status" >&515751 echo "$as_me:15751: \$? = $ac_status" >&5 15782 15752 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15783 15753 then … … 17982 17952 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17983 17953 -e 's:$: $lt_compiler_flag:'` 17984 (eval echo "\"\$as_me:179 84: $lt_compile\"" >&5)17954 (eval echo "\"\$as_me:17954: $lt_compile\"" >&5) 17985 17955 (eval "$lt_compile" 2>conftest.err) 17986 17956 ac_status=$? 17987 17957 cat conftest.err >&5 17988 echo "$as_me:179 88: \$? = $ac_status" >&517958 echo "$as_me:17958: \$? = $ac_status" >&5 17989 17959 if (exit $ac_status) && test -s "$ac_outfile"; then 17990 17960 # The compiler can only warn and ignore the option if not recognized … … 18250 18220 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18251 18221 -e 's:$: $lt_compiler_flag:'` 18252 (eval echo "\"\$as_me:182 52: $lt_compile\"" >&5)18222 (eval echo "\"\$as_me:18222: $lt_compile\"" >&5) 18253 18223 (eval "$lt_compile" 2>conftest.err) 18254 18224 ac_status=$? 18255 18225 cat conftest.err >&5 18256 echo "$as_me:182 56: \$? = $ac_status" >&518226 echo "$as_me:18226: \$? = $ac_status" >&5 18257 18227 if (exit $ac_status) && test -s "$ac_outfile"; then 18258 18228 # The compiler can only warn and ignore the option if not recognized … … 18354 18324 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18355 18325 -e 's:$: $lt_compiler_flag:'` 18356 (eval echo "\"\$as_me:183 56: $lt_compile\"" >&5)18326 (eval echo "\"\$as_me:18326: $lt_compile\"" >&5) 18357 18327 (eval "$lt_compile" 2>out/conftest.err) 18358 18328 ac_status=$? 18359 18329 cat out/conftest.err >&5 18360 echo "$as_me:183 60: \$? = $ac_status" >&518330 echo "$as_me:18330: \$? = $ac_status" >&5 18361 18331 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18362 18332 then … … 21375 21345 21376 21346 # Check if hearders are there 21377 as_ac_File=`echo "ac_cv_file_$mumps_dir/include/dmumps_c.h" | $as_tr_sh` 21378 echo "$as_me:$LINENO: checking for $mumps_dir/include/dmumps_c.h" >&5 21379 echo $ECHO_N "checking for $mumps_dir/include/dmumps_c.h... $ECHO_C" >&6 21380 if eval "test \"\${$as_ac_File+set}\" = set"; then 21381 echo $ECHO_N "(cached) $ECHO_C" >&6 21382 else 21383 test "$cross_compiling" = yes && 21384 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 21385 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 21386 { (exit 1); exit 1; }; } 21387 if test -r "$mumps_dir/include/dmumps_c.h"; then 21388 eval "$as_ac_File=yes" 21389 else 21390 eval "$as_ac_File=no" 21391 fi 21392 fi 21393 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 21394 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 21395 if test `eval echo '${'$as_ac_File'}'` = yes; then 21347 if test -r $mumps_dir/include/dmumps_c.h; then 21348 21396 21349 : 21397 21350 else … … 21399 21352 echo "$as_me: error: I cannot find headers for MUMPS" >&2;} 21400 21353 { (exit 1); exit 1; }; } 21354 : 21401 21355 fi 21402 21356 … … 21475 21429 ac_compiler_gnu=$ac_cv_c_compiler_gnu 21476 21430 21431 coin_mumpssrcdir="$mumps_dir" 21477 21432 21478 21433 else … … 21712 21667 21713 21668 ac_config_files="$ac_config_files Makefile" 21669 21670 21671 21672 21673 21674 21675 echo "$as_me:$LINENO: checking which command should be used to link input files" >&5 21676 echo $ECHO_N "checking which command should be used to link input files... $ECHO_C" >&6 21677 coin_link_input_cmd="$LN_S" 21678 if test "$enable_doscompile" = mingw; then 21679 coin_link_input_cmd=cp 21680 fi 21681 case "$CC" in 21682 cl* | */cl* | CL* | */CL*) 21683 coin_link_input_cmd=cp ;; 21684 esac 21685 echo "$as_me:$LINENO: result: $coin_link_input_cmd" >&5 21686 echo "${ECHO_T}$coin_link_input_cmd" >&6 21714 21687 21715 21688 … … 23047 23020 23048 23021 if test x"$coin_vpath_link_files" = x; then : ; else 23049 lnkcmd= 23050 if test "$enable_doscompile" = mingw; then 23051 lnkcmd=cp 23052 fi 23053 case "$CC" in 23054 cl* | */cl* | CL* | */CL*) 23055 lnkcmd=cp ;; 23056 esac 23022 lnkcmd="$coin_link_input_cmd" 23057 23023 if test "$lnkcmd" = cp; then 23058 23024 { echo "$as_me:$LINENO: Copying data files for VPATH configuration" >&5 23059 23025 echo "$as_me: Copying data files for VPATH configuration" >&6;} 23060 23026 else 23061 echo "$as_me:$LINENO: checking whether ln -s works" >&523062 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&623063 LN_S=$as_ln_s23064 if test "$LN_S" = "ln -s"; then23065 echo "$as_me:$LINENO: result: yes" >&523066 echo "${ECHO_T}yes" >&623067 else23068 echo "$as_me:$LINENO: result: no, using $LN_S" >&523069 echo "${ECHO_T}no, using $LN_S" >&623070 fi23071 23072 23027 { echo "$as_me:$LINENO: Creating VPATH links for data files" >&5 23073 23028 echo "$as_me: Creating VPATH links for data files" >&6;} 23074 lnkcmd="$LN_S"23075 23029 fi 23076 23030 for file in $coin_vpath_link_files; do
Note: See TracChangeset
for help on using the changeset viewer.