Changeset 444
- Timestamp:
- Aug 2, 2007 6:57:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/trunk/configure
r365 r444 1694 1694 case "${enableval}" in 1695 1695 yes) coin_debug_compile=true 1696 enable_shared=no 1696 if test "${enable_shared+set}" = set; then :; else 1697 enable_shared=no 1698 fi 1697 1699 ;; 1698 1700 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` … … 4611 4613 correct_version='1.5.22' 4612 4614 grep_version=`echo $correct_version | sed -e 's/\\./\\\\\\./g'` 4613 as_ac_File=`echo "ac_cv_file_$want_dir/libtool/ltmain.sh" | $as_tr_sh` 4614 echo "$as_me:$LINENO: checking for $want_dir/libtool/ltmain.sh" >&5 4615 echo $ECHO_N "checking for $want_dir/libtool/ltmain.sh... $ECHO_C" >&6 4616 if eval "test \"\${$as_ac_File+set}\" = set"; then 4617 echo $ECHO_N "(cached) $ECHO_C" >&6 4618 else 4619 test "$cross_compiling" = yes && 4620 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 4621 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 4622 { (exit 1); exit 1; }; } 4623 if test -r "$want_dir/libtool/ltmain.sh"; then 4624 eval "$as_ac_File=yes" 4625 else 4626 eval "$as_ac_File=no" 4627 fi 4628 fi 4629 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 4630 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 4631 if test `eval echo '${'$as_ac_File'}'` = yes; then 4615 if test -r $want_dir/libtool/ltmain.sh; then 4632 4616 have_ltmain=yes 4617 : 4633 4618 else 4634 4619 have_ltmain=no 4620 : 4635 4621 fi 4636 4622 … … 4663 4649 want_dir=$AUTOTOOLS_DIR/share 4664 4650 fi 4665 as_ac_File=`echo "ac_cv_file_$want_dir/aclocal/libtool.m4" | $as_tr_sh` 4666 echo "$as_me:$LINENO: checking for $want_dir/aclocal/libtool.m4" >&5 4667 echo $ECHO_N "checking for $want_dir/aclocal/libtool.m4... $ECHO_C" >&6 4668 if eval "test \"\${$as_ac_File+set}\" = set"; then 4669 echo $ECHO_N "(cached) $ECHO_C" >&6 4670 else 4671 test "$cross_compiling" = yes && 4672 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 4673 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 4674 { (exit 1); exit 1; }; } 4675 if test -r "$want_dir/aclocal/libtool.m4"; then 4676 eval "$as_ac_File=yes" 4677 else 4678 eval "$as_ac_File=no" 4679 fi 4680 fi 4681 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 4682 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 4683 if test `eval echo '${'$as_ac_File'}'` = yes; then 4651 if test -r $want_dir/aclocal/libtool.m4; then 4684 4652 LIBTOOLM4="$want_dir/aclocal/libtool.m4" 4653 : 4685 4654 else 4686 4655 { { echo "$as_me:$LINENO: error: I cannot find the libtool.m4 file." >&5 4687 4656 echo "$as_me: error: I cannot find the libtool.m4 file." >&2;} 4688 4657 { (exit 1); exit 1; }; } 4658 : 4689 4659 fi 4690 4660 … … 5372 5342 *-*-irix6*) 5373 5343 # Find out which ABI we are using. 5374 echo '#line 53 74 "configure"' > conftest.$ac_ext5344 echo '#line 5344 "configure"' > conftest.$ac_ext 5375 5345 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5376 5346 (eval $ac_compile) 2>&5 … … 7801 7771 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7802 7772 -e 's:$: $lt_compiler_flag:'` 7803 (eval echo "\"\$as_me:7 803: $lt_compile\"" >&5)7773 (eval echo "\"\$as_me:7773: $lt_compile\"" >&5) 7804 7774 (eval "$lt_compile" 2>conftest.err) 7805 7775 ac_status=$? 7806 7776 cat conftest.err >&5 7807 echo "$as_me:7 807: \$? = $ac_status" >&57777 echo "$as_me:7777: \$? = $ac_status" >&5 7808 7778 if (exit $ac_status) && test -s "$ac_outfile"; then 7809 7779 # The compiler can only warn and ignore the option if not recognized … … 8069 8039 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8070 8040 -e 's:$: $lt_compiler_flag:'` 8071 (eval echo "\"\$as_me:80 71: $lt_compile\"" >&5)8041 (eval echo "\"\$as_me:8041: $lt_compile\"" >&5) 8072 8042 (eval "$lt_compile" 2>conftest.err) 8073 8043 ac_status=$? 8074 8044 cat conftest.err >&5 8075 echo "$as_me:80 75: \$? = $ac_status" >&58045 echo "$as_me:8045: \$? = $ac_status" >&5 8076 8046 if (exit $ac_status) && test -s "$ac_outfile"; then 8077 8047 # The compiler can only warn and ignore the option if not recognized … … 8173 8143 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8174 8144 -e 's:$: $lt_compiler_flag:'` 8175 (eval echo "\"\$as_me:81 75: $lt_compile\"" >&5)8145 (eval echo "\"\$as_me:8145: $lt_compile\"" >&5) 8176 8146 (eval "$lt_compile" 2>out/conftest.err) 8177 8147 ac_status=$? 8178 8148 cat out/conftest.err >&5 8179 echo "$as_me:81 79: \$? = $ac_status" >&58149 echo "$as_me:8149: \$? = $ac_status" >&5 8180 8150 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8181 8151 then … … 10518 10488 lt_status=$lt_dlunknown 10519 10489 cat > conftest.$ac_ext <<EOF 10520 #line 10 520 "configure"10490 #line 10490 "configure" 10521 10491 #include "confdefs.h" 10522 10492 … … 10618 10588 lt_status=$lt_dlunknown 10619 10589 cat > conftest.$ac_ext <<EOF 10620 #line 10 620 "configure"10590 #line 10590 "configure" 10621 10591 #include "confdefs.h" 10622 10592 … … 12962 12932 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12963 12933 -e 's:$: $lt_compiler_flag:'` 12964 (eval echo "\"\$as_me:129 64: $lt_compile\"" >&5)12934 (eval echo "\"\$as_me:12934: $lt_compile\"" >&5) 12965 12935 (eval "$lt_compile" 2>conftest.err) 12966 12936 ac_status=$? 12967 12937 cat conftest.err >&5 12968 echo "$as_me:129 68: \$? = $ac_status" >&512938 echo "$as_me:12938: \$? = $ac_status" >&5 12969 12939 if (exit $ac_status) && test -s "$ac_outfile"; then 12970 12940 # The compiler can only warn and ignore the option if not recognized … … 13066 13036 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13067 13037 -e 's:$: $lt_compiler_flag:'` 13068 (eval echo "\"\$as_me:130 68: $lt_compile\"" >&5)13038 (eval echo "\"\$as_me:13038: $lt_compile\"" >&5) 13069 13039 (eval "$lt_compile" 2>out/conftest.err) 13070 13040 ac_status=$? 13071 13041 cat out/conftest.err >&5 13072 echo "$as_me:130 72: \$? = $ac_status" >&513042 echo "$as_me:13042: \$? = $ac_status" >&5 13073 13043 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13074 13044 then … … 14636 14606 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14637 14607 -e 's:$: $lt_compiler_flag:'` 14638 (eval echo "\"\$as_me:146 38: $lt_compile\"" >&5)14608 (eval echo "\"\$as_me:14608: $lt_compile\"" >&5) 14639 14609 (eval "$lt_compile" 2>conftest.err) 14640 14610 ac_status=$? 14641 14611 cat conftest.err >&5 14642 echo "$as_me:146 42: \$? = $ac_status" >&514612 echo "$as_me:14612: \$? = $ac_status" >&5 14643 14613 if (exit $ac_status) && test -s "$ac_outfile"; then 14644 14614 # The compiler can only warn and ignore the option if not recognized … … 14740 14710 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14741 14711 -e 's:$: $lt_compiler_flag:'` 14742 (eval echo "\"\$as_me:147 42: $lt_compile\"" >&5)14712 (eval echo "\"\$as_me:14712: $lt_compile\"" >&5) 14743 14713 (eval "$lt_compile" 2>out/conftest.err) 14744 14714 ac_status=$? 14745 14715 cat out/conftest.err >&5 14746 echo "$as_me:147 46: \$? = $ac_status" >&514716 echo "$as_me:14716: \$? = $ac_status" >&5 14747 14717 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14748 14718 then … … 16947 16917 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16948 16918 -e 's:$: $lt_compiler_flag:'` 16949 (eval echo "\"\$as_me:169 49: $lt_compile\"" >&5)16919 (eval echo "\"\$as_me:16919: $lt_compile\"" >&5) 16950 16920 (eval "$lt_compile" 2>conftest.err) 16951 16921 ac_status=$? 16952 16922 cat conftest.err >&5 16953 echo "$as_me:169 53: \$? = $ac_status" >&516923 echo "$as_me:16923: \$? = $ac_status" >&5 16954 16924 if (exit $ac_status) && test -s "$ac_outfile"; then 16955 16925 # The compiler can only warn and ignore the option if not recognized … … 17215 17185 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17216 17186 -e 's:$: $lt_compiler_flag:'` 17217 (eval echo "\"\$as_me:17 217: $lt_compile\"" >&5)17187 (eval echo "\"\$as_me:17187: $lt_compile\"" >&5) 17218 17188 (eval "$lt_compile" 2>conftest.err) 17219 17189 ac_status=$? 17220 17190 cat conftest.err >&5 17221 echo "$as_me:17 221: \$? = $ac_status" >&517191 echo "$as_me:17191: \$? = $ac_status" >&5 17222 17192 if (exit $ac_status) && test -s "$ac_outfile"; then 17223 17193 # The compiler can only warn and ignore the option if not recognized … … 17319 17289 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17320 17290 -e 's:$: $lt_compiler_flag:'` 17321 (eval echo "\"\$as_me:17 321: $lt_compile\"" >&5)17291 (eval echo "\"\$as_me:17291: $lt_compile\"" >&5) 17322 17292 (eval "$lt_compile" 2>out/conftest.err) 17323 17293 ac_status=$? 17324 17294 cat out/conftest.err >&5 17325 echo "$as_me:17 325: \$? = $ac_status" >&517295 echo "$as_me:17295: \$? = $ac_status" >&5 17326 17296 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17327 17297 then … … 20248 20218 ac_save_FFLAGS=$FFLAGS 20249 20219 FFLAGS="$FFLAGS $ac_verb" 20250 (eval echo $as_me:202 50: \"$ac_link\") >&520220 (eval echo $as_me:20220: \"$ac_link\") >&5 20251 20221 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 20252 20222 echo "$ac_f77_v_output" >&5 … … 20326 20296 ac_save_FFLAGS=$FFLAGS 20327 20297 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 20328 (eval echo $as_me:20 328: \"$ac_link\") >&520298 (eval echo $as_me:20298: \"$ac_link\") >&5 20329 20299 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 20330 20300 echo "$ac_f77_v_output" >&5 … … 24547 24517 24548 24518 ac_config_files="$ac_config_files Makefile" 24519 24520 24521 24522 24523 24524 24525 echo "$as_me:$LINENO: checking which command should be used to link input files" >&5 24526 echo $ECHO_N "checking which command should be used to link input files... $ECHO_C" >&6 24527 coin_link_input_cmd="$LN_S" 24528 if test "$enable_doscompile" = mingw; then 24529 coin_link_input_cmd=cp 24530 fi 24531 case "$CC" in 24532 cl* | */cl* | CL* | */CL*) 24533 coin_link_input_cmd=cp ;; 24534 esac 24535 echo "$as_me:$LINENO: result: $coin_link_input_cmd" >&5 24536 echo "${ECHO_T}$coin_link_input_cmd" >&6 24549 24537 24550 24538 … … 26041 26029 26042 26030 if test x"$coin_vpath_link_files" = x; then : ; else 26043 lnkcmd= 26044 if test "$enable_doscompile" = mingw; then 26045 lnkcmd=cp 26046 fi 26047 case "$CC" in 26048 cl* | */cl* | CL* | */CL*) 26049 lnkcmd=cp ;; 26050 esac 26031 lnkcmd="$coin_link_input_cmd" 26051 26032 if test "$lnkcmd" = cp; then 26052 26033 { echo "$as_me:$LINENO: Copying data files for VPATH configuration" >&5 26053 26034 echo "$as_me: Copying data files for VPATH configuration" >&6;} 26054 26035 else 26055 echo "$as_me:$LINENO: checking whether ln -s works" >&526056 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&626057 LN_S=$as_ln_s26058 if test "$LN_S" = "ln -s"; then26059 echo "$as_me:$LINENO: result: yes" >&526060 echo "${ECHO_T}yes" >&626061 else26062 echo "$as_me:$LINENO: result: no, using $LN_S" >&526063 echo "${ECHO_T}no, using $LN_S" >&626064 fi26065 26066 26036 { echo "$as_me:$LINENO: Creating VPATH links for data files" >&5 26067 26037 echo "$as_me: Creating VPATH links for data files" >&6;} 26068 lnkcmd="$LN_S"26069 26038 fi 26070 26039 for file in $coin_vpath_link_files; do
Note: See TracChangeset
for help on using the changeset viewer.