Changeset 442
- Timestamp:
- Aug 2, 2007 6:57:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/trunk/configure
r403 r442 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 … … 3203 3205 3204 3206 # Provide some information about the compiler. 3205 echo "$as_me:320 5:" \3207 echo "$as_me:3207:" \ 3206 3208 "checking for Fortran 77 compiler version" >&5 3207 3209 ac_compiler=`set X $ac_compile; echo $2` … … 4609 4611 correct_version='1.5.22' 4610 4612 grep_version=`echo $correct_version | sed -e 's/\\./\\\\\\./g'` 4611 as_ac_File=`echo "ac_cv_file_$want_dir/libtool/ltmain.sh" | $as_tr_sh` 4612 echo "$as_me:$LINENO: checking for $want_dir/libtool/ltmain.sh" >&5 4613 echo $ECHO_N "checking for $want_dir/libtool/ltmain.sh... $ECHO_C" >&6 4614 if eval "test \"\${$as_ac_File+set}\" = set"; then 4615 echo $ECHO_N "(cached) $ECHO_C" >&6 4616 else 4617 test "$cross_compiling" = yes && 4618 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 4619 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 4620 { (exit 1); exit 1; }; } 4621 if test -r "$want_dir/libtool/ltmain.sh"; then 4622 eval "$as_ac_File=yes" 4623 else 4624 eval "$as_ac_File=no" 4625 fi 4626 fi 4627 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 4628 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 4629 if test `eval echo '${'$as_ac_File'}'` = yes; then 4613 if test -r $want_dir/libtool/ltmain.sh; then 4630 4614 have_ltmain=yes 4615 : 4631 4616 else 4632 4617 have_ltmain=no 4618 : 4633 4619 fi 4634 4620 … … 4661 4647 want_dir=$AUTOTOOLS_DIR/share 4662 4648 fi 4663 as_ac_File=`echo "ac_cv_file_$want_dir/aclocal/libtool.m4" | $as_tr_sh` 4664 echo "$as_me:$LINENO: checking for $want_dir/aclocal/libtool.m4" >&5 4665 echo $ECHO_N "checking for $want_dir/aclocal/libtool.m4... $ECHO_C" >&6 4666 if eval "test \"\${$as_ac_File+set}\" = set"; then 4667 echo $ECHO_N "(cached) $ECHO_C" >&6 4668 else 4669 test "$cross_compiling" = yes && 4670 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 4671 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 4672 { (exit 1); exit 1; }; } 4673 if test -r "$want_dir/aclocal/libtool.m4"; then 4674 eval "$as_ac_File=yes" 4675 else 4676 eval "$as_ac_File=no" 4677 fi 4678 fi 4679 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 4680 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 4681 if test `eval echo '${'$as_ac_File'}'` = yes; then 4649 if test -r $want_dir/aclocal/libtool.m4; then 4682 4650 LIBTOOLM4="$want_dir/aclocal/libtool.m4" 4651 : 4683 4652 else 4684 4653 { { echo "$as_me:$LINENO: error: I cannot find the libtool.m4 file." >&5 4685 4654 echo "$as_me: error: I cannot find the libtool.m4 file." >&2;} 4686 4655 { (exit 1); exit 1; }; } 4656 : 4687 4657 fi 4688 4658 … … 5370 5340 *-*-irix6*) 5371 5341 # Find out which ABI we are using. 5372 echo '#line 53 72 "configure"' > conftest.$ac_ext5342 echo '#line 5342 "configure"' > conftest.$ac_ext 5373 5343 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5374 5344 (eval $ac_compile) 2>&5 … … 7799 7769 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7800 7770 -e 's:$: $lt_compiler_flag:'` 7801 (eval echo "\"\$as_me:7 801: $lt_compile\"" >&5)7771 (eval echo "\"\$as_me:7771: $lt_compile\"" >&5) 7802 7772 (eval "$lt_compile" 2>conftest.err) 7803 7773 ac_status=$? 7804 7774 cat conftest.err >&5 7805 echo "$as_me:7 805: \$? = $ac_status" >&57775 echo "$as_me:7775: \$? = $ac_status" >&5 7806 7776 if (exit $ac_status) && test -s "$ac_outfile"; then 7807 7777 # The compiler can only warn and ignore the option if not recognized … … 8067 8037 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8068 8038 -e 's:$: $lt_compiler_flag:'` 8069 (eval echo "\"\$as_me:80 69: $lt_compile\"" >&5)8039 (eval echo "\"\$as_me:8039: $lt_compile\"" >&5) 8070 8040 (eval "$lt_compile" 2>conftest.err) 8071 8041 ac_status=$? 8072 8042 cat conftest.err >&5 8073 echo "$as_me:80 73: \$? = $ac_status" >&58043 echo "$as_me:8043: \$? = $ac_status" >&5 8074 8044 if (exit $ac_status) && test -s "$ac_outfile"; then 8075 8045 # The compiler can only warn and ignore the option if not recognized … … 8171 8141 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8172 8142 -e 's:$: $lt_compiler_flag:'` 8173 (eval echo "\"\$as_me:81 73: $lt_compile\"" >&5)8143 (eval echo "\"\$as_me:8143: $lt_compile\"" >&5) 8174 8144 (eval "$lt_compile" 2>out/conftest.err) 8175 8145 ac_status=$? 8176 8146 cat out/conftest.err >&5 8177 echo "$as_me:81 77: \$? = $ac_status" >&58147 echo "$as_me:8147: \$? = $ac_status" >&5 8178 8148 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8179 8149 then … … 10516 10486 lt_status=$lt_dlunknown 10517 10487 cat > conftest.$ac_ext <<EOF 10518 #line 10 518 "configure"10488 #line 10488 "configure" 10519 10489 #include "confdefs.h" 10520 10490 … … 10616 10586 lt_status=$lt_dlunknown 10617 10587 cat > conftest.$ac_ext <<EOF 10618 #line 10 618 "configure"10588 #line 10588 "configure" 10619 10589 #include "confdefs.h" 10620 10590 … … 12960 12930 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12961 12931 -e 's:$: $lt_compiler_flag:'` 12962 (eval echo "\"\$as_me:129 62: $lt_compile\"" >&5)12932 (eval echo "\"\$as_me:12932: $lt_compile\"" >&5) 12963 12933 (eval "$lt_compile" 2>conftest.err) 12964 12934 ac_status=$? 12965 12935 cat conftest.err >&5 12966 echo "$as_me:129 66: \$? = $ac_status" >&512936 echo "$as_me:12936: \$? = $ac_status" >&5 12967 12937 if (exit $ac_status) && test -s "$ac_outfile"; then 12968 12938 # The compiler can only warn and ignore the option if not recognized … … 13064 13034 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13065 13035 -e 's:$: $lt_compiler_flag:'` 13066 (eval echo "\"\$as_me:130 66: $lt_compile\"" >&5)13036 (eval echo "\"\$as_me:13036: $lt_compile\"" >&5) 13067 13037 (eval "$lt_compile" 2>out/conftest.err) 13068 13038 ac_status=$? 13069 13039 cat out/conftest.err >&5 13070 echo "$as_me:130 70: \$? = $ac_status" >&513040 echo "$as_me:13040: \$? = $ac_status" >&5 13071 13041 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13072 13042 then … … 14634 14604 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14635 14605 -e 's:$: $lt_compiler_flag:'` 14636 (eval echo "\"\$as_me:146 36: $lt_compile\"" >&5)14606 (eval echo "\"\$as_me:14606: $lt_compile\"" >&5) 14637 14607 (eval "$lt_compile" 2>conftest.err) 14638 14608 ac_status=$? 14639 14609 cat conftest.err >&5 14640 echo "$as_me:146 40: \$? = $ac_status" >&514610 echo "$as_me:14610: \$? = $ac_status" >&5 14641 14611 if (exit $ac_status) && test -s "$ac_outfile"; then 14642 14612 # The compiler can only warn and ignore the option if not recognized … … 14738 14708 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14739 14709 -e 's:$: $lt_compiler_flag:'` 14740 (eval echo "\"\$as_me:147 40: $lt_compile\"" >&5)14710 (eval echo "\"\$as_me:14710: $lt_compile\"" >&5) 14741 14711 (eval "$lt_compile" 2>out/conftest.err) 14742 14712 ac_status=$? 14743 14713 cat out/conftest.err >&5 14744 echo "$as_me:147 44: \$? = $ac_status" >&514714 echo "$as_me:14714: \$? = $ac_status" >&5 14745 14715 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14746 14716 then … … 16945 16915 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16946 16916 -e 's:$: $lt_compiler_flag:'` 16947 (eval echo "\"\$as_me:169 47: $lt_compile\"" >&5)16917 (eval echo "\"\$as_me:16917: $lt_compile\"" >&5) 16948 16918 (eval "$lt_compile" 2>conftest.err) 16949 16919 ac_status=$? 16950 16920 cat conftest.err >&5 16951 echo "$as_me:169 51: \$? = $ac_status" >&516921 echo "$as_me:16921: \$? = $ac_status" >&5 16952 16922 if (exit $ac_status) && test -s "$ac_outfile"; then 16953 16923 # The compiler can only warn and ignore the option if not recognized … … 17213 17183 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17214 17184 -e 's:$: $lt_compiler_flag:'` 17215 (eval echo "\"\$as_me:17 215: $lt_compile\"" >&5)17185 (eval echo "\"\$as_me:17185: $lt_compile\"" >&5) 17216 17186 (eval "$lt_compile" 2>conftest.err) 17217 17187 ac_status=$? 17218 17188 cat conftest.err >&5 17219 echo "$as_me:17 219: \$? = $ac_status" >&517189 echo "$as_me:17189: \$? = $ac_status" >&5 17220 17190 if (exit $ac_status) && test -s "$ac_outfile"; then 17221 17191 # The compiler can only warn and ignore the option if not recognized … … 17317 17287 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17318 17288 -e 's:$: $lt_compiler_flag:'` 17319 (eval echo "\"\$as_me:17 319: $lt_compile\"" >&5)17289 (eval echo "\"\$as_me:17289: $lt_compile\"" >&5) 17320 17290 (eval "$lt_compile" 2>out/conftest.err) 17321 17291 ac_status=$? 17322 17292 cat out/conftest.err >&5 17323 echo "$as_me:17 323: \$? = $ac_status" >&517293 echo "$as_me:17293: \$? = $ac_status" >&5 17324 17294 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17325 17295 then … … 20245 20215 ac_save_FFLAGS=$FFLAGS 20246 20216 FFLAGS="$FFLAGS $ac_verb" 20247 (eval echo $as_me:202 47: \"$ac_link\") >&520217 (eval echo $as_me:20217: \"$ac_link\") >&5 20248 20218 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 20249 20219 echo "$ac_f77_v_output" >&5 … … 20323 20293 ac_save_FFLAGS=$FFLAGS 20324 20294 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 20325 (eval echo $as_me:20 325: \"$ac_link\") >&520295 (eval echo $as_me:20295: \"$ac_link\") >&5 20326 20296 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 20327 20297 echo "$ac_f77_v_output" >&5 … … 22549 22519 22550 22520 ac_config_files="$ac_config_files Makefile" 22521 22522 22523 22524 22525 22526 22527 echo "$as_me:$LINENO: checking which command should be used to link input files" >&5 22528 echo $ECHO_N "checking which command should be used to link input files... $ECHO_C" >&6 22529 coin_link_input_cmd="$LN_S" 22530 if test "$enable_doscompile" = mingw; then 22531 coin_link_input_cmd=cp 22532 fi 22533 case "$CC" in 22534 cl* | */cl* | CL* | */CL*) 22535 coin_link_input_cmd=cp ;; 22536 esac 22537 echo "$as_me:$LINENO: result: $coin_link_input_cmd" >&5 22538 echo "${ECHO_T}$coin_link_input_cmd" >&6 22551 22539 22552 22540 … … 23881 23869 23882 23870 if test x"$coin_vpath_link_files" = x; then : ; else 23883 lnkcmd= 23884 if test "$enable_doscompile" = mingw; then 23885 lnkcmd=cp 23886 fi 23887 case "$CC" in 23888 cl* | */cl* | CL* | */CL*) 23889 lnkcmd=cp ;; 23890 esac 23871 lnkcmd="$coin_link_input_cmd" 23891 23872 if test "$lnkcmd" = cp; then 23892 23873 { echo "$as_me:$LINENO: Copying data files for VPATH configuration" >&5 23893 23874 echo "$as_me: Copying data files for VPATH configuration" >&6;} 23894 23875 else 23895 echo "$as_me:$LINENO: checking whether ln -s works" >&523896 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&623897 LN_S=$as_ln_s23898 if test "$LN_S" = "ln -s"; then23899 echo "$as_me:$LINENO: result: yes" >&523900 echo "${ECHO_T}yes" >&623901 else23902 echo "$as_me:$LINENO: result: no, using $LN_S" >&523903 echo "${ECHO_T}no, using $LN_S" >&623904 fi23905 23906 23876 { echo "$as_me:$LINENO: Creating VPATH links for data files" >&5 23907 23877 echo "$as_me: Creating VPATH links for data files" >&6;} 23908 lnkcmd="$LN_S"23909 23878 fi 23910 23879 for file in $coin_vpath_link_files; do
Note: See TracChangeset
for help on using the changeset viewer.