Changeset 2494 for ThirdParty/SoPlex/trunk/configure
- Timestamp:
- Jan 28, 2012 10:26:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/SoPlex/trunk/configure
r2473 r2494 1943 1943 if test x"$CXX" != x; then 1944 1944 case "$CXX" in 1945 clang* ) ;; 1945 1946 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 1946 1947 if test x"$CC" = x; then … … 2762 2763 # Autoconf incorrectly concludes that cl recognises -g. It doesn't. 2763 2764 case "$CC" in 2765 clang* ) ;; 2764 2766 cl* | */cl* | CL* | */CL* ) 2765 2767 if test "$ac_cv_prog_cc_g" = yes ; then … … 2774 2776 coin_cc_is_cl=false 2775 2777 case "$CC" in 2778 clang* ) ;; 2776 2779 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 2777 2780 coin_cc_is_cl=true … … 2877 2880 *-cygwin* | *-mingw*) 2878 2881 case "$CC" in 2882 clang* ) ;; 2879 2883 cl* | */cl* | CL* | */CL*) 2880 2884 coin_opt_cflags='-MT -O2' … … 3198 3202 # Correct the LD variable if we are using the MS or Intel-windows compiler 3199 3203 case "$CC" in 3204 clang* ) ;; 3200 3205 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3201 3206 case $build in … … 3691 3696 # It seems that we need to cleanup something here for the Windows 3692 3697 case "$CXX" in 3698 clang* ) ;; 3693 3699 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3694 3700 sed -e 's/^void exit (int);//' confdefs.h >> confdefs.hh … … 3712 3718 # Autoconf incorrectly concludes that cl recognises -g. It doesn't. 3713 3719 case "$CXX" in 3720 clang* ) ;; 3714 3721 cl* | */cl* | CL* | */CL* ) 3715 3722 if test "$ac_cv_prog_cxx_g" = yes ; then … … 3815 3822 *-cygwin* | *-mingw*) 3816 3823 case "$CXX" in 3824 clang* ) ;; 3817 3825 cl* | */cl* | CL* | */CL*) 3818 3826 # The MT and MTd options are mutually exclusive … … 4144 4152 # correct the LD variable in a mingw build with MS or intel compiler 4145 4153 case "$CXX" in 4154 clang* ) ;; 4146 4155 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 4147 4156 case $build in … … 6121 6130 *-*-irix6*) 6122 6131 # Find out which ABI we are using. 6123 echo '#line 61 23"configure"' > conftest.$ac_ext6132 echo '#line 6132 "configure"' > conftest.$ac_ext 6124 6133 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6125 6134 (eval $ac_compile) 2>&5 … … 7255 7264 7256 7265 # Provide some information about the compiler. 7257 echo "$as_me:72 57:" \7266 echo "$as_me:7266:" \ 7258 7267 "checking for Fortran 77 compiler version" >&5 7259 7268 ac_compiler=`set X $ac_compile; echo $2` … … 8322 8331 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8323 8332 -e 's:$: $lt_compiler_flag:'` 8324 (eval echo "\"\$as_me:83 24: $lt_compile\"" >&5)8333 (eval echo "\"\$as_me:8333: $lt_compile\"" >&5) 8325 8334 (eval "$lt_compile" 2>conftest.err) 8326 8335 ac_status=$? 8327 8336 cat conftest.err >&5 8328 echo "$as_me:83 28: \$? = $ac_status" >&58337 echo "$as_me:8337: \$? = $ac_status" >&5 8329 8338 if (exit $ac_status) && test -s "$ac_outfile"; then 8330 8339 # The compiler can only warn and ignore the option if not recognized … … 8590 8599 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8591 8600 -e 's:$: $lt_compiler_flag:'` 8592 (eval echo "\"\$as_me:8 592: $lt_compile\"" >&5)8601 (eval echo "\"\$as_me:8601: $lt_compile\"" >&5) 8593 8602 (eval "$lt_compile" 2>conftest.err) 8594 8603 ac_status=$? 8595 8604 cat conftest.err >&5 8596 echo "$as_me:8 596: \$? = $ac_status" >&58605 echo "$as_me:8605: \$? = $ac_status" >&5 8597 8606 if (exit $ac_status) && test -s "$ac_outfile"; then 8598 8607 # The compiler can only warn and ignore the option if not recognized … … 8694 8703 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8695 8704 -e 's:$: $lt_compiler_flag:'` 8696 (eval echo "\"\$as_me:8 696: $lt_compile\"" >&5)8705 (eval echo "\"\$as_me:8705: $lt_compile\"" >&5) 8697 8706 (eval "$lt_compile" 2>out/conftest.err) 8698 8707 ac_status=$? 8699 8708 cat out/conftest.err >&5 8700 echo "$as_me:870 0: \$? = $ac_status" >&58709 echo "$as_me:8709: \$? = $ac_status" >&5 8701 8710 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8702 8711 then … … 11039 11048 lt_status=$lt_dlunknown 11040 11049 cat > conftest.$ac_ext <<EOF 11041 #line 110 41"configure"11050 #line 11050 "configure" 11042 11051 #include "confdefs.h" 11043 11052 … … 11139 11148 lt_status=$lt_dlunknown 11140 11149 cat > conftest.$ac_ext <<EOF 11141 #line 111 41"configure"11150 #line 11150 "configure" 11142 11151 #include "confdefs.h" 11143 11152 … … 13483 13492 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13484 13493 -e 's:$: $lt_compiler_flag:'` 13485 (eval echo "\"\$as_me:134 85: $lt_compile\"" >&5)13494 (eval echo "\"\$as_me:13494: $lt_compile\"" >&5) 13486 13495 (eval "$lt_compile" 2>conftest.err) 13487 13496 ac_status=$? 13488 13497 cat conftest.err >&5 13489 echo "$as_me:134 89: \$? = $ac_status" >&513498 echo "$as_me:13498: \$? = $ac_status" >&5 13490 13499 if (exit $ac_status) && test -s "$ac_outfile"; then 13491 13500 # The compiler can only warn and ignore the option if not recognized … … 13587 13596 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13588 13597 -e 's:$: $lt_compiler_flag:'` 13589 (eval echo "\"\$as_me:135 89: $lt_compile\"" >&5)13598 (eval echo "\"\$as_me:13598: $lt_compile\"" >&5) 13590 13599 (eval "$lt_compile" 2>out/conftest.err) 13591 13600 ac_status=$? 13592 13601 cat out/conftest.err >&5 13593 echo "$as_me:13 593: \$? = $ac_status" >&513602 echo "$as_me:13602: \$? = $ac_status" >&5 13594 13603 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13595 13604 then … … 15157 15166 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15158 15167 -e 's:$: $lt_compiler_flag:'` 15159 (eval echo "\"\$as_me:151 59: $lt_compile\"" >&5)15168 (eval echo "\"\$as_me:15168: $lt_compile\"" >&5) 15160 15169 (eval "$lt_compile" 2>conftest.err) 15161 15170 ac_status=$? 15162 15171 cat conftest.err >&5 15163 echo "$as_me:151 63: \$? = $ac_status" >&515172 echo "$as_me:15172: \$? = $ac_status" >&5 15164 15173 if (exit $ac_status) && test -s "$ac_outfile"; then 15165 15174 # The compiler can only warn and ignore the option if not recognized … … 15261 15270 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15262 15271 -e 's:$: $lt_compiler_flag:'` 15263 (eval echo "\"\$as_me:152 63: $lt_compile\"" >&5)15272 (eval echo "\"\$as_me:15272: $lt_compile\"" >&5) 15264 15273 (eval "$lt_compile" 2>out/conftest.err) 15265 15274 ac_status=$? 15266 15275 cat out/conftest.err >&5 15267 echo "$as_me:152 67: \$? = $ac_status" >&515276 echo "$as_me:15276: \$? = $ac_status" >&5 15268 15277 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15269 15278 then … … 17468 17477 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17469 17478 -e 's:$: $lt_compiler_flag:'` 17470 (eval echo "\"\$as_me:1747 0: $lt_compile\"" >&5)17479 (eval echo "\"\$as_me:17479: $lt_compile\"" >&5) 17471 17480 (eval "$lt_compile" 2>conftest.err) 17472 17481 ac_status=$? 17473 17482 cat conftest.err >&5 17474 echo "$as_me:174 74: \$? = $ac_status" >&517483 echo "$as_me:17483: \$? = $ac_status" >&5 17475 17484 if (exit $ac_status) && test -s "$ac_outfile"; then 17476 17485 # The compiler can only warn and ignore the option if not recognized … … 17736 17745 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17737 17746 -e 's:$: $lt_compiler_flag:'` 17738 (eval echo "\"\$as_me:177 38: $lt_compile\"" >&5)17747 (eval echo "\"\$as_me:17747: $lt_compile\"" >&5) 17739 17748 (eval "$lt_compile" 2>conftest.err) 17740 17749 ac_status=$? 17741 17750 cat conftest.err >&5 17742 echo "$as_me:177 42: \$? = $ac_status" >&517751 echo "$as_me:17751: \$? = $ac_status" >&5 17743 17752 if (exit $ac_status) && test -s "$ac_outfile"; then 17744 17753 # The compiler can only warn and ignore the option if not recognized … … 17840 17849 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17841 17850 -e 's:$: $lt_compiler_flag:'` 17842 (eval echo "\"\$as_me:178 42: $lt_compile\"" >&5)17851 (eval echo "\"\$as_me:17851: $lt_compile\"" >&5) 17843 17852 (eval "$lt_compile" 2>out/conftest.err) 17844 17853 ac_status=$? 17845 17854 cat out/conftest.err >&5 17846 echo "$as_me:178 46: \$? = $ac_status" >&517855 echo "$as_me:17855: \$? = $ac_status" >&5 17847 17856 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17848 17857 then … … 20580 20589 *-cygwin* | *-mingw*) 20581 20590 case "$CXX" in 20591 clang* ) 20592 # we assume that libtool patches for CLANG are the same as for GNU compiler - correct??? 20593 { echo "$as_me:$LINENO: Applying patches to libtool for CLANG compiler" >&5 20594 echo "$as_me: Applying patches to libtool for CLANG compiler" >&6;} 20595 sed -e 's|fix_srcfile_path=\"`cygpath -w \"\$srcfile\"`\"|fix_srcfile_path=\"\\\`'"$CYGPATH_W"' \\\"\\$srcfile\\\"\\\`\"|' \ 20596 -e 's|"lib /OUT:\\$oldlib\\$oldobjs\\$old_deplibs"|"\\$AR \\$AR_FLAGS \\$oldlib\\$oldobjs\\$old_deplibs~\\$RANLIB \\$oldlib"|' \ 20597 -e 's|libext="lib"|libext="a"|' \ 20598 libtool > conftest.bla 20599 ;; 20582 20600 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 20583 20601 { echo "$as_me:$LINENO: Applying patches to libtool for cl compiler" >&5 … … 20595 20613 -e 's%old_archive_cmds="lib -OUT:\\$oldlib\\$oldobjs\\$old_deplibs"%old_archive_cmds="if test -r \\$oldlib; then bla=\\"\\$oldlib\\"; else bla=; fi; lib -OUT:\\$oldlib \\\\\\$bla\\$oldobjs\\$old_deplibs"%' \ 20596 20614 libtool > conftest.bla 20597 20598 mv conftest.bla libtool20599 chmod 755 libtool20600 20615 ;; 20601 20616 *) … … 20606 20621 -e 's|libext="lib"|libext="a"|' \ 20607 20622 libtool > conftest.bla 20608 20609 mv conftest.bla libtool20610 chmod 755 libtool20611 20623 ;; 20612 20624 esac 20625 mv conftest.bla libtool 20626 chmod 755 libtool 20627 20613 20628 ;; 20614 20629 *-darwin*) … … 21047 21062 fi 21048 21063 case "$CC" in 21064 clang* ) ;; 21049 21065 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 21050 21066 coin_link_input_cmd=cp ;; … … 21060 21076 21061 21077 case "$CC" in 21078 clang* ) 21079 LIBEXT=a ;; 21062 21080 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 21063 21081 LIBEXT=lib ;;
Note: See TracChangeset
for help on using the changeset viewer.