Changeset 238
- Timestamp:
- Mar 6, 2007 9:54:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/trunk/configure
r235 r238 4801 4801 4802 4802 LIBTOOL= 4803 echo "$as_me:$LINENO: checking for ../libtool" >&5 4804 echo $ECHO_N "checking for ../libtool... $ECHO_C" >&6 4805 if test "${ac_cv_file____libtool+set}" = set; then 4806 echo $ECHO_N "(cached) $ECHO_C" >&6 4807 else 4808 test "$cross_compiling" = yes && 4809 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 4810 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 4811 { (exit 1); exit 1; }; } 4812 if test -r "../libtool"; then 4813 ac_cv_file____libtool=yes 4814 else 4815 ac_cv_file____libtool=no 4816 fi 4817 fi 4818 echo "$as_me:$LINENO: result: $ac_cv_file____libtool" >&5 4819 echo "${ECHO_T}$ac_cv_file____libtool" >&6 4820 if test $ac_cv_file____libtool = yes; then 4803 if test -r ../libtool; then 4821 4804 coin_config_dir=.. 4822 LIBTOOL='$(SHELL) $(top_builddir)/../libtool' 4823 fi 4824 4805 LIBTOOL='$(SHELL) $(top_builddir)/../libtool' 4806 fi 4825 4807 if test "x$LIBTOOL" = x; then 4826 echo "$as_me:$LINENO: checking for ../../libtool" >&5 4827 echo $ECHO_N "checking for ../../libtool... $ECHO_C" >&6 4828 if test "${ac_cv_file_______libtool+set}" = set; then 4829 echo $ECHO_N "(cached) $ECHO_C" >&6 4830 else 4831 test "$cross_compiling" = yes && 4832 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 4833 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 4834 { (exit 1); exit 1; }; } 4835 if test -r "../../libtool"; then 4836 ac_cv_file_______libtool=yes 4837 else 4838 ac_cv_file_______libtool=no 4839 fi 4840 fi 4841 echo "$as_me:$LINENO: result: $ac_cv_file_______libtool" >&5 4842 echo "${ECHO_T}$ac_cv_file_______libtool" >&6 4843 if test $ac_cv_file_______libtool = yes; then 4844 coin_config_dir=../.. 4845 LIBTOOL='$(SHELL) $(top_builddir)/../../libtool' 4846 fi 4847 4848 fi 4808 if test -r ../../libtool; then 4809 coin_config_dir=../.. 4810 LIBTOOL='$(SHELL) $(top_builddir)/../../libtool' 4811 fi 4812 fi 4813 4814 # AC_CHECK_FILE seems to complain when doing cross compilation...(?!??) 4815 #AC_CHECK_FILE([../libtool], 4816 # [coin_config_dir=.. 4817 # LIBTOOL='$(SHELL) $(top_builddir)/../libtool']) 4818 #if test "x$LIBTOOL" = x; then 4819 # AC_CHECK_FILE([../../libtool], 4820 # [coin_config_dir=../.. 4821 # LIBTOOL='$(SHELL) $(top_builddir)/../../libtool']) 4822 #fi 4849 4823 # if test "x$LIBTOOL" = x; then 4850 4824 # AC_CHECK_FILE([../../../libtool], … … 5404 5378 *-*-irix6*) 5405 5379 # Find out which ABI we are using. 5406 echo '#line 5 406"configure"' > conftest.$ac_ext5380 echo '#line 5380 "configure"' > conftest.$ac_ext 5407 5381 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5408 5382 (eval $ac_compile) 2>&5 … … 7833 7807 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7834 7808 -e 's:$: $lt_compiler_flag:'` 7835 (eval echo "\"\$as_me:78 35: $lt_compile\"" >&5)7809 (eval echo "\"\$as_me:7809: $lt_compile\"" >&5) 7836 7810 (eval "$lt_compile" 2>conftest.err) 7837 7811 ac_status=$? 7838 7812 cat conftest.err >&5 7839 echo "$as_me:78 39: \$? = $ac_status" >&57813 echo "$as_me:7813: \$? = $ac_status" >&5 7840 7814 if (exit $ac_status) && test -s "$ac_outfile"; then 7841 7815 # The compiler can only warn and ignore the option if not recognized … … 8101 8075 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8102 8076 -e 's:$: $lt_compiler_flag:'` 8103 (eval echo "\"\$as_me:8 103: $lt_compile\"" >&5)8077 (eval echo "\"\$as_me:8077: $lt_compile\"" >&5) 8104 8078 (eval "$lt_compile" 2>conftest.err) 8105 8079 ac_status=$? 8106 8080 cat conftest.err >&5 8107 echo "$as_me:8 107: \$? = $ac_status" >&58081 echo "$as_me:8081: \$? = $ac_status" >&5 8108 8082 if (exit $ac_status) && test -s "$ac_outfile"; then 8109 8083 # The compiler can only warn and ignore the option if not recognized … … 8205 8179 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8206 8180 -e 's:$: $lt_compiler_flag:'` 8207 (eval echo "\"\$as_me:8 207: $lt_compile\"" >&5)8181 (eval echo "\"\$as_me:8181: $lt_compile\"" >&5) 8208 8182 (eval "$lt_compile" 2>out/conftest.err) 8209 8183 ac_status=$? 8210 8184 cat out/conftest.err >&5 8211 echo "$as_me:8 211: \$? = $ac_status" >&58185 echo "$as_me:8185: \$? = $ac_status" >&5 8212 8186 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8213 8187 then … … 10550 10524 lt_status=$lt_dlunknown 10551 10525 cat > conftest.$ac_ext <<EOF 10552 #line 105 52"configure"10526 #line 10526 "configure" 10553 10527 #include "confdefs.h" 10554 10528 … … 10650 10624 lt_status=$lt_dlunknown 10651 10625 cat > conftest.$ac_ext <<EOF 10652 #line 106 52"configure"10626 #line 10626 "configure" 10653 10627 #include "confdefs.h" 10654 10628 … … 12994 12968 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12995 12969 -e 's:$: $lt_compiler_flag:'` 12996 (eval echo "\"\$as_me:129 96: $lt_compile\"" >&5)12970 (eval echo "\"\$as_me:12970: $lt_compile\"" >&5) 12997 12971 (eval "$lt_compile" 2>conftest.err) 12998 12972 ac_status=$? 12999 12973 cat conftest.err >&5 13000 echo "$as_me:1 3000: \$? = $ac_status" >&512974 echo "$as_me:12974: \$? = $ac_status" >&5 13001 12975 if (exit $ac_status) && test -s "$ac_outfile"; then 13002 12976 # The compiler can only warn and ignore the option if not recognized … … 13098 13072 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13099 13073 -e 's:$: $lt_compiler_flag:'` 13100 (eval echo "\"\$as_me:13 100: $lt_compile\"" >&5)13074 (eval echo "\"\$as_me:13074: $lt_compile\"" >&5) 13101 13075 (eval "$lt_compile" 2>out/conftest.err) 13102 13076 ac_status=$? 13103 13077 cat out/conftest.err >&5 13104 echo "$as_me:13 104: \$? = $ac_status" >&513078 echo "$as_me:13078: \$? = $ac_status" >&5 13105 13079 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13106 13080 then … … 14668 14642 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14669 14643 -e 's:$: $lt_compiler_flag:'` 14670 (eval echo "\"\$as_me:146 70: $lt_compile\"" >&5)14644 (eval echo "\"\$as_me:14644: $lt_compile\"" >&5) 14671 14645 (eval "$lt_compile" 2>conftest.err) 14672 14646 ac_status=$? 14673 14647 cat conftest.err >&5 14674 echo "$as_me:146 74: \$? = $ac_status" >&514648 echo "$as_me:14648: \$? = $ac_status" >&5 14675 14649 if (exit $ac_status) && test -s "$ac_outfile"; then 14676 14650 # The compiler can only warn and ignore the option if not recognized … … 14772 14746 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14773 14747 -e 's:$: $lt_compiler_flag:'` 14774 (eval echo "\"\$as_me:147 74: $lt_compile\"" >&5)14748 (eval echo "\"\$as_me:14748: $lt_compile\"" >&5) 14775 14749 (eval "$lt_compile" 2>out/conftest.err) 14776 14750 ac_status=$? 14777 14751 cat out/conftest.err >&5 14778 echo "$as_me:147 78: \$? = $ac_status" >&514752 echo "$as_me:14752: \$? = $ac_status" >&5 14779 14753 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14780 14754 then … … 16979 16953 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16980 16954 -e 's:$: $lt_compiler_flag:'` 16981 (eval echo "\"\$as_me:169 81: $lt_compile\"" >&5)16955 (eval echo "\"\$as_me:16955: $lt_compile\"" >&5) 16982 16956 (eval "$lt_compile" 2>conftest.err) 16983 16957 ac_status=$? 16984 16958 cat conftest.err >&5 16985 echo "$as_me:169 85: \$? = $ac_status" >&516959 echo "$as_me:16959: \$? = $ac_status" >&5 16986 16960 if (exit $ac_status) && test -s "$ac_outfile"; then 16987 16961 # The compiler can only warn and ignore the option if not recognized … … 17247 17221 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17248 17222 -e 's:$: $lt_compiler_flag:'` 17249 (eval echo "\"\$as_me:172 49: $lt_compile\"" >&5)17223 (eval echo "\"\$as_me:17223: $lt_compile\"" >&5) 17250 17224 (eval "$lt_compile" 2>conftest.err) 17251 17225 ac_status=$? 17252 17226 cat conftest.err >&5 17253 echo "$as_me:172 53: \$? = $ac_status" >&517227 echo "$as_me:17227: \$? = $ac_status" >&5 17254 17228 if (exit $ac_status) && test -s "$ac_outfile"; then 17255 17229 # The compiler can only warn and ignore the option if not recognized … … 17351 17325 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17352 17326 -e 's:$: $lt_compiler_flag:'` 17353 (eval echo "\"\$as_me:173 53: $lt_compile\"" >&5)17327 (eval echo "\"\$as_me:17327: $lt_compile\"" >&5) 17354 17328 (eval "$lt_compile" 2>out/conftest.err) 17355 17329 ac_status=$? 17356 17330 cat out/conftest.err >&5 17357 echo "$as_me:173 57: \$? = $ac_status" >&517331 echo "$as_me:17331: \$? = $ac_status" >&5 17358 17332 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17359 17333 then … … 20256 20230 ac_save_FFLAGS=$FFLAGS 20257 20231 FFLAGS="$FFLAGS $ac_verb" 20258 (eval echo $as_me:202 58: \"$ac_link\") >&520232 (eval echo $as_me:20232: \"$ac_link\") >&5 20259 20233 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 20260 20234 echo "$ac_f77_v_output" >&5 … … 20334 20308 ac_save_FFLAGS=$FFLAGS 20335 20309 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 20336 (eval echo $as_me:203 36: \"$ac_link\") >&520310 (eval echo $as_me:20310: \"$ac_link\") >&5 20337 20311 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 20338 20312 echo "$ac_f77_v_output" >&5
Note: See TracChangeset
for help on using the changeset viewer.