Changeset 258 for ThirdParty
- Timestamp:
- Mar 15, 2007 2:03:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/FilterSQP/trunk/configure
r231 r258 3025 3025 coin_f77_comps="ifort fl32" 3026 3026 else 3027 coin_f77_comps="gfortran g77 ifortfl32"3027 coin_f77_comps="gfortran ifort g77 fl32" 3028 3028 fi ;; 3029 3029 sparc-sun-solaris*) … … 5486 5486 5487 5487 5488 unset ac_cv_file__________libtool5489 unset ac_cv_file_______libtool5490 unset ac_cv_file____libtool5491 5492 5488 LIBTOOL= 5493 echo "$as_me:$LINENO: checking for ../libtool" >&5 5494 echo $ECHO_N "checking for ../libtool... $ECHO_C" >&6 5495 if test "${ac_cv_file____libtool+set}" = set; then 5496 echo $ECHO_N "(cached) $ECHO_C" >&6 5497 else 5498 test "$cross_compiling" = yes && 5499 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 5500 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 5501 { (exit 1); exit 1; }; } 5502 if test -r "../libtool"; then 5503 ac_cv_file____libtool=yes 5504 else 5505 ac_cv_file____libtool=no 5506 fi 5507 fi 5508 echo "$as_me:$LINENO: result: $ac_cv_file____libtool" >&5 5509 echo "${ECHO_T}$ac_cv_file____libtool" >&6 5510 if test $ac_cv_file____libtool = yes; then 5489 if test -r ../libtool; then 5511 5490 coin_config_dir=.. 5512 LIBTOOL='$(SHELL) $(top_builddir)/../libtool' 5513 fi 5514 5491 LIBTOOL='$(SHELL) $(top_builddir)/../libtool' 5492 fi 5515 5493 if test "x$LIBTOOL" = x; then 5516 echo "$as_me:$LINENO: checking for ../../libtool" >&5 5517 echo $ECHO_N "checking for ../../libtool... $ECHO_C" >&6 5518 if test "${ac_cv_file_______libtool+set}" = set; then 5519 echo $ECHO_N "(cached) $ECHO_C" >&6 5520 else 5521 test "$cross_compiling" = yes && 5522 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 5523 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 5524 { (exit 1); exit 1; }; } 5525 if test -r "../../libtool"; then 5526 ac_cv_file_______libtool=yes 5527 else 5528 ac_cv_file_______libtool=no 5529 fi 5530 fi 5531 echo "$as_me:$LINENO: result: $ac_cv_file_______libtool" >&5 5532 echo "${ECHO_T}$ac_cv_file_______libtool" >&6 5533 if test $ac_cv_file_______libtool = yes; then 5534 coin_config_dir=../.. 5535 LIBTOOL='$(SHELL) $(top_builddir)/../../libtool' 5536 fi 5537 5538 fi 5539 # if test "x$LIBTOOL" = x; then 5540 # AC_CHECK_FILE([../../../libtool], 5541 # [coin_config_dir=../../.. 5542 # LIBTOOL='$(SHELL) $(top_builddir)/../../../libtool']) 5543 # fi 5494 if test -r ../../libtool; then 5495 coin_config_dir=../.. 5496 LIBTOOL='$(SHELL) $(top_builddir)/../../libtool' 5497 fi 5498 fi 5544 5499 5545 5500 if test "x$LIBTOOL" = x; then … … 6094 6049 *-*-irix6*) 6095 6050 # Find out which ABI we are using. 6096 echo '#line 60 96"configure"' > conftest.$ac_ext6051 echo '#line 6051 "configure"' > conftest.$ac_ext 6097 6052 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6098 6053 (eval $ac_compile) 2>&5 … … 8632 8587 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8633 8588 -e 's:$: $lt_compiler_flag:'` 8634 (eval echo "\"\$as_me:8 634: $lt_compile\"" >&5)8589 (eval echo "\"\$as_me:8589: $lt_compile\"" >&5) 8635 8590 (eval "$lt_compile" 2>conftest.err) 8636 8591 ac_status=$? 8637 8592 cat conftest.err >&5 8638 echo "$as_me:8 638: \$? = $ac_status" >&58593 echo "$as_me:8593: \$? = $ac_status" >&5 8639 8594 if (exit $ac_status) && test -s "$ac_outfile"; then 8640 8595 # The compiler can only warn and ignore the option if not recognized … … 8900 8855 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8901 8856 -e 's:$: $lt_compiler_flag:'` 8902 (eval echo "\"\$as_me:8 902: $lt_compile\"" >&5)8857 (eval echo "\"\$as_me:8857: $lt_compile\"" >&5) 8903 8858 (eval "$lt_compile" 2>conftest.err) 8904 8859 ac_status=$? 8905 8860 cat conftest.err >&5 8906 echo "$as_me:8 906: \$? = $ac_status" >&58861 echo "$as_me:8861: \$? = $ac_status" >&5 8907 8862 if (exit $ac_status) && test -s "$ac_outfile"; then 8908 8863 # The compiler can only warn and ignore the option if not recognized … … 9004 8959 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9005 8960 -e 's:$: $lt_compiler_flag:'` 9006 (eval echo "\"\$as_me: 9006: $lt_compile\"" >&5)8961 (eval echo "\"\$as_me:8961: $lt_compile\"" >&5) 9007 8962 (eval "$lt_compile" 2>out/conftest.err) 9008 8963 ac_status=$? 9009 8964 cat out/conftest.err >&5 9010 echo "$as_me: 9010: \$? = $ac_status" >&58965 echo "$as_me:8965: \$? = $ac_status" >&5 9011 8966 if (exit $ac_status) && test -s out/conftest2.$ac_objext 9012 8967 then … … 11349 11304 lt_status=$lt_dlunknown 11350 11305 cat > conftest.$ac_ext <<EOF 11351 #line 113 51"configure"11306 #line 11306 "configure" 11352 11307 #include "confdefs.h" 11353 11308 … … 11449 11404 lt_status=$lt_dlunknown 11450 11405 cat > conftest.$ac_ext <<EOF 11451 #line 114 51"configure"11406 #line 11406 "configure" 11452 11407 #include "confdefs.h" 11453 11408 … … 13793 13748 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13794 13749 -e 's:$: $lt_compiler_flag:'` 13795 (eval echo "\"\$as_me:137 95: $lt_compile\"" >&5)13750 (eval echo "\"\$as_me:13750: $lt_compile\"" >&5) 13796 13751 (eval "$lt_compile" 2>conftest.err) 13797 13752 ac_status=$? 13798 13753 cat conftest.err >&5 13799 echo "$as_me:137 99: \$? = $ac_status" >&513754 echo "$as_me:13754: \$? = $ac_status" >&5 13800 13755 if (exit $ac_status) && test -s "$ac_outfile"; then 13801 13756 # The compiler can only warn and ignore the option if not recognized … … 13897 13852 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13898 13853 -e 's:$: $lt_compiler_flag:'` 13899 (eval echo "\"\$as_me:138 99: $lt_compile\"" >&5)13854 (eval echo "\"\$as_me:13854: $lt_compile\"" >&5) 13900 13855 (eval "$lt_compile" 2>out/conftest.err) 13901 13856 ac_status=$? 13902 13857 cat out/conftest.err >&5 13903 echo "$as_me:13 903: \$? = $ac_status" >&513858 echo "$as_me:13858: \$? = $ac_status" >&5 13904 13859 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13905 13860 then … … 15467 15422 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15468 15423 -e 's:$: $lt_compiler_flag:'` 15469 (eval echo "\"\$as_me:154 69: $lt_compile\"" >&5)15424 (eval echo "\"\$as_me:15424: $lt_compile\"" >&5) 15470 15425 (eval "$lt_compile" 2>conftest.err) 15471 15426 ac_status=$? 15472 15427 cat conftest.err >&5 15473 echo "$as_me:154 73: \$? = $ac_status" >&515428 echo "$as_me:15428: \$? = $ac_status" >&5 15474 15429 if (exit $ac_status) && test -s "$ac_outfile"; then 15475 15430 # The compiler can only warn and ignore the option if not recognized … … 15571 15526 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15572 15527 -e 's:$: $lt_compiler_flag:'` 15573 (eval echo "\"\$as_me:155 73: $lt_compile\"" >&5)15528 (eval echo "\"\$as_me:15528: $lt_compile\"" >&5) 15574 15529 (eval "$lt_compile" 2>out/conftest.err) 15575 15530 ac_status=$? 15576 15531 cat out/conftest.err >&5 15577 echo "$as_me:155 77: \$? = $ac_status" >&515532 echo "$as_me:15532: \$? = $ac_status" >&5 15578 15533 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15579 15534 then … … 17778 17733 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17779 17734 -e 's:$: $lt_compiler_flag:'` 17780 (eval echo "\"\$as_me:177 80: $lt_compile\"" >&5)17735 (eval echo "\"\$as_me:17735: $lt_compile\"" >&5) 17781 17736 (eval "$lt_compile" 2>conftest.err) 17782 17737 ac_status=$? 17783 17738 cat conftest.err >&5 17784 echo "$as_me:177 84: \$? = $ac_status" >&517739 echo "$as_me:17739: \$? = $ac_status" >&5 17785 17740 if (exit $ac_status) && test -s "$ac_outfile"; then 17786 17741 # The compiler can only warn and ignore the option if not recognized … … 18046 18001 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18047 18002 -e 's:$: $lt_compiler_flag:'` 18048 (eval echo "\"\$as_me:180 48: $lt_compile\"" >&5)18003 (eval echo "\"\$as_me:18003: $lt_compile\"" >&5) 18049 18004 (eval "$lt_compile" 2>conftest.err) 18050 18005 ac_status=$? 18051 18006 cat conftest.err >&5 18052 echo "$as_me:180 52: \$? = $ac_status" >&518007 echo "$as_me:18007: \$? = $ac_status" >&5 18053 18008 if (exit $ac_status) && test -s "$ac_outfile"; then 18054 18009 # The compiler can only warn and ignore the option if not recognized … … 18150 18105 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18151 18106 -e 's:$: $lt_compiler_flag:'` 18152 (eval echo "\"\$as_me:181 52: $lt_compile\"" >&5)18107 (eval echo "\"\$as_me:18107: $lt_compile\"" >&5) 18153 18108 (eval "$lt_compile" 2>out/conftest.err) 18154 18109 ac_status=$? 18155 18110 cat out/conftest.err >&5 18156 echo "$as_me:181 56: \$? = $ac_status" >&518111 echo "$as_me:18111: \$? = $ac_status" >&5 18157 18112 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18158 18113 then … … 20864 20819 20865 20820 case $build in 20821 *x86_64-*) 20822 # Here we need to check if -m32 is specified. If so, we need to correct sys_lib_search_path_spec 20823 if test "$GCC" = yes && (echo $CXXFLAGS $CFLAGS $FFLAGS | $EGREP 'm32' >& /dev/null); then 20824 { echo "$as_me:$LINENO: Applying patches to libtool for 32bit compilation" >&5 20825 echo "$as_me: Applying patches to libtool for 32bit compilation" >&6;} 20826 sed -e 's|sys_lib_search_path_spec=".*"|sys_lib_search_path_spec="/lib /usr/lib"|' libtool > conftest.bla 20827 mv conftest.bla libtool 20828 chmod 755 libtool 20829 fi 20830 ;; 20866 20831 *-cygwin* | *-mingw*) 20867 20832 case "$CXX" in
Note: See TracChangeset
for help on using the changeset viewer.