Changeset 240 for ThirdParty/HSL/trunk/configure
- Timestamp:
- Mar 6, 2007 9:55:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/HSL/trunk/configure
r230 r240 4803 4803 4804 4804 LIBTOOL= 4805 echo "$as_me:$LINENO: checking for ../libtool" >&5 4806 echo $ECHO_N "checking for ../libtool... $ECHO_C" >&6 4807 if test "${ac_cv_file____libtool+set}" = set; then 4808 echo $ECHO_N "(cached) $ECHO_C" >&6 4809 else 4810 test "$cross_compiling" = yes && 4811 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 4812 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 4813 { (exit 1); exit 1; }; } 4814 if test -r "../libtool"; then 4815 ac_cv_file____libtool=yes 4816 else 4817 ac_cv_file____libtool=no 4818 fi 4819 fi 4820 echo "$as_me:$LINENO: result: $ac_cv_file____libtool" >&5 4821 echo "${ECHO_T}$ac_cv_file____libtool" >&6 4822 if test $ac_cv_file____libtool = yes; then 4805 if test -r ../libtool; then 4823 4806 coin_config_dir=.. 4824 LIBTOOL='$(SHELL) $(top_builddir)/../libtool' 4825 fi 4826 4807 LIBTOOL='$(SHELL) $(top_builddir)/../libtool' 4808 fi 4827 4809 if test "x$LIBTOOL" = x; then 4828 echo "$as_me:$LINENO: checking for ../../libtool" >&5 4829 echo $ECHO_N "checking for ../../libtool... $ECHO_C" >&6 4830 if test "${ac_cv_file_______libtool+set}" = set; then 4831 echo $ECHO_N "(cached) $ECHO_C" >&6 4832 else 4833 test "$cross_compiling" = yes && 4834 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 4835 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 4836 { (exit 1); exit 1; }; } 4837 if test -r "../../libtool"; then 4838 ac_cv_file_______libtool=yes 4839 else 4840 ac_cv_file_______libtool=no 4841 fi 4842 fi 4843 echo "$as_me:$LINENO: result: $ac_cv_file_______libtool" >&5 4844 echo "${ECHO_T}$ac_cv_file_______libtool" >&6 4845 if test $ac_cv_file_______libtool = yes; then 4846 coin_config_dir=../.. 4847 LIBTOOL='$(SHELL) $(top_builddir)/../../libtool' 4848 fi 4849 4850 fi 4810 if test -r ../../libtool; then 4811 coin_config_dir=../.. 4812 LIBTOOL='$(SHELL) $(top_builddir)/../../libtool' 4813 fi 4814 fi 4815 4816 # AC_CHECK_FILE seems to complain when doing cross compilation...(?!??) 4817 #AC_CHECK_FILE([../libtool], 4818 # [coin_config_dir=.. 4819 # LIBTOOL='$(SHELL) $(top_builddir)/../libtool']) 4820 #if test "x$LIBTOOL" = x; then 4821 # AC_CHECK_FILE([../../libtool], 4822 # [coin_config_dir=../.. 4823 # LIBTOOL='$(SHELL) $(top_builddir)/../../libtool']) 4824 #fi 4851 4825 # if test "x$LIBTOOL" = x; then 4852 4826 # AC_CHECK_FILE([../../../libtool], … … 5406 5380 *-*-irix6*) 5407 5381 # Find out which ABI we are using. 5408 echo '#line 5 408"configure"' > conftest.$ac_ext5382 echo '#line 5382 "configure"' > conftest.$ac_ext 5409 5383 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5410 5384 (eval $ac_compile) 2>&5 … … 7835 7809 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7836 7810 -e 's:$: $lt_compiler_flag:'` 7837 (eval echo "\"\$as_me:78 37: $lt_compile\"" >&5)7811 (eval echo "\"\$as_me:7811: $lt_compile\"" >&5) 7838 7812 (eval "$lt_compile" 2>conftest.err) 7839 7813 ac_status=$? 7840 7814 cat conftest.err >&5 7841 echo "$as_me:78 41: \$? = $ac_status" >&57815 echo "$as_me:7815: \$? = $ac_status" >&5 7842 7816 if (exit $ac_status) && test -s "$ac_outfile"; then 7843 7817 # The compiler can only warn and ignore the option if not recognized … … 8103 8077 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8104 8078 -e 's:$: $lt_compiler_flag:'` 8105 (eval echo "\"\$as_me:8 105: $lt_compile\"" >&5)8079 (eval echo "\"\$as_me:8079: $lt_compile\"" >&5) 8106 8080 (eval "$lt_compile" 2>conftest.err) 8107 8081 ac_status=$? 8108 8082 cat conftest.err >&5 8109 echo "$as_me:8 109: \$? = $ac_status" >&58083 echo "$as_me:8083: \$? = $ac_status" >&5 8110 8084 if (exit $ac_status) && test -s "$ac_outfile"; then 8111 8085 # The compiler can only warn and ignore the option if not recognized … … 8207 8181 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8208 8182 -e 's:$: $lt_compiler_flag:'` 8209 (eval echo "\"\$as_me:8 209: $lt_compile\"" >&5)8183 (eval echo "\"\$as_me:8183: $lt_compile\"" >&5) 8210 8184 (eval "$lt_compile" 2>out/conftest.err) 8211 8185 ac_status=$? 8212 8186 cat out/conftest.err >&5 8213 echo "$as_me:8 213: \$? = $ac_status" >&58187 echo "$as_me:8187: \$? = $ac_status" >&5 8214 8188 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8215 8189 then … … 10552 10526 lt_status=$lt_dlunknown 10553 10527 cat > conftest.$ac_ext <<EOF 10554 #line 105 54"configure"10528 #line 10528 "configure" 10555 10529 #include "confdefs.h" 10556 10530 … … 10652 10626 lt_status=$lt_dlunknown 10653 10627 cat > conftest.$ac_ext <<EOF 10654 #line 106 54"configure"10628 #line 10628 "configure" 10655 10629 #include "confdefs.h" 10656 10630 … … 12996 12970 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12997 12971 -e 's:$: $lt_compiler_flag:'` 12998 (eval echo "\"\$as_me:129 98: $lt_compile\"" >&5)12972 (eval echo "\"\$as_me:12972: $lt_compile\"" >&5) 12999 12973 (eval "$lt_compile" 2>conftest.err) 13000 12974 ac_status=$? 13001 12975 cat conftest.err >&5 13002 echo "$as_me:1 3002: \$? = $ac_status" >&512976 echo "$as_me:12976: \$? = $ac_status" >&5 13003 12977 if (exit $ac_status) && test -s "$ac_outfile"; then 13004 12978 # The compiler can only warn and ignore the option if not recognized … … 13100 13074 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13101 13075 -e 's:$: $lt_compiler_flag:'` 13102 (eval echo "\"\$as_me:13 102: $lt_compile\"" >&5)13076 (eval echo "\"\$as_me:13076: $lt_compile\"" >&5) 13103 13077 (eval "$lt_compile" 2>out/conftest.err) 13104 13078 ac_status=$? 13105 13079 cat out/conftest.err >&5 13106 echo "$as_me:13 106: \$? = $ac_status" >&513080 echo "$as_me:13080: \$? = $ac_status" >&5 13107 13081 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13108 13082 then … … 14670 14644 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14671 14645 -e 's:$: $lt_compiler_flag:'` 14672 (eval echo "\"\$as_me:146 72: $lt_compile\"" >&5)14646 (eval echo "\"\$as_me:14646: $lt_compile\"" >&5) 14673 14647 (eval "$lt_compile" 2>conftest.err) 14674 14648 ac_status=$? 14675 14649 cat conftest.err >&5 14676 echo "$as_me:146 76: \$? = $ac_status" >&514650 echo "$as_me:14650: \$? = $ac_status" >&5 14677 14651 if (exit $ac_status) && test -s "$ac_outfile"; then 14678 14652 # The compiler can only warn and ignore the option if not recognized … … 14774 14748 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14775 14749 -e 's:$: $lt_compiler_flag:'` 14776 (eval echo "\"\$as_me:147 76: $lt_compile\"" >&5)14750 (eval echo "\"\$as_me:14750: $lt_compile\"" >&5) 14777 14751 (eval "$lt_compile" 2>out/conftest.err) 14778 14752 ac_status=$? 14779 14753 cat out/conftest.err >&5 14780 echo "$as_me:147 80: \$? = $ac_status" >&514754 echo "$as_me:14754: \$? = $ac_status" >&5 14781 14755 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14782 14756 then … … 16981 16955 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16982 16956 -e 's:$: $lt_compiler_flag:'` 16983 (eval echo "\"\$as_me:169 83: $lt_compile\"" >&5)16957 (eval echo "\"\$as_me:16957: $lt_compile\"" >&5) 16984 16958 (eval "$lt_compile" 2>conftest.err) 16985 16959 ac_status=$? 16986 16960 cat conftest.err >&5 16987 echo "$as_me:169 87: \$? = $ac_status" >&516961 echo "$as_me:16961: \$? = $ac_status" >&5 16988 16962 if (exit $ac_status) && test -s "$ac_outfile"; then 16989 16963 # The compiler can only warn and ignore the option if not recognized … … 17249 17223 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17250 17224 -e 's:$: $lt_compiler_flag:'` 17251 (eval echo "\"\$as_me:172 51: $lt_compile\"" >&5)17225 (eval echo "\"\$as_me:17225: $lt_compile\"" >&5) 17252 17226 (eval "$lt_compile" 2>conftest.err) 17253 17227 ac_status=$? 17254 17228 cat conftest.err >&5 17255 echo "$as_me:172 55: \$? = $ac_status" >&517229 echo "$as_me:17229: \$? = $ac_status" >&5 17256 17230 if (exit $ac_status) && test -s "$ac_outfile"; then 17257 17231 # The compiler can only warn and ignore the option if not recognized … … 17353 17327 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17354 17328 -e 's:$: $lt_compiler_flag:'` 17355 (eval echo "\"\$as_me:173 55: $lt_compile\"" >&5)17329 (eval echo "\"\$as_me:17329: $lt_compile\"" >&5) 17356 17330 (eval "$lt_compile" 2>out/conftest.err) 17357 17331 ac_status=$? 17358 17332 cat out/conftest.err >&5 17359 echo "$as_me:173 59: \$? = $ac_status" >&517333 echo "$as_me:17333: \$? = $ac_status" >&5 17360 17334 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17361 17335 then
Note: See TracChangeset
for help on using the changeset viewer.