Changeset 1766 for stable/2.7/configure
- Timestamp:
- Feb 10, 2012 10:43:53 AM (9 years ago)
- Location:
- stable/2.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.7
- Property svn:externals
-
old new 1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.7 2 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/stable/1.2 3 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.2 4 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.3 5 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/stable/1.8 6 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/stable/1.2 7 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/stable/1.4 8 Data/Sample https://projects.coin-or.org/svn/Data/Sample/stable/1.2 9 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.8/CoinUtils 10 Cgl https://projects.coin-or.org/svn/Cgl/stable/0.57/Cgl 11 Clp https://projects.coin-or.org/svn/Clp/stable/1.14/Clp 12 Osi https://projects.coin-or.org/svn/Osi/stable/0.105/Osi 13 14 15 16 17 18 1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.7.2/ 2 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/releases/1.2.2/ 3 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.2.1/ 4 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.3.2/ 5 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/releases/1.8.2/ 6 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/releases/1.2.2/ 7 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/releases/1.4.2/ 8 Data/Sample https://projects.coin-or.org/svn/Data/Sample/releases/1.2.1/ 9 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.8.6/CoinUtils 10 Cgl https://projects.coin-or.org/svn/Cgl/releases/0.57.3/Cgl 11 Clp https://projects.coin-or.org/svn/Clp/releases/1.14.6/Clp 12 Osi https://projects.coin-or.org/svn/Osi/releases/0.105.3/Osi
-
- Property svn:externals
-
stable/2.7/configure
r1759 r1766 2 2 # From configure.ac 0.9. 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated by GNU Autoconf 2.59 for Cbc 2.7. 4 # Generated by GNU Autoconf 2.59 for Cbc 2.7.6. 5 5 # 6 6 # Report bugs to <cbc@lists.coin-or.org>. … … 431 431 PACKAGE_NAME='Cbc' 432 432 PACKAGE_TARNAME='cbc' 433 PACKAGE_VERSION='2.7 '434 PACKAGE_STRING='Cbc 2.7 '433 PACKAGE_VERSION='2.7.6' 434 PACKAGE_STRING='Cbc 2.7.6' 435 435 PACKAGE_BUGREPORT='cbc@lists.coin-or.org' 436 436 … … 1039 1039 # This message is too long to be a string in the A/UX 3.1 sh. 1040 1040 cat <<_ACEOF 1041 \`configure' configures Cbc 2.7 to adapt to many kinds of systems.1041 \`configure' configures Cbc 2.7.6 to adapt to many kinds of systems. 1042 1042 1043 1043 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1105 1105 if test -n "$ac_init_help"; then 1106 1106 case $ac_init_help in 1107 short | recursive ) echo "Configuration of Cbc 2.7 :";;1107 short | recursive ) echo "Configuration of Cbc 2.7.6:";; 1108 1108 esac 1109 1109 cat <<\_ACEOF … … 1331 1331 if $ac_init_version; then 1332 1332 cat <<\_ACEOF 1333 Cbc configure 2.7 1333 Cbc configure 2.7.6 1334 1334 generated by GNU Autoconf 2.59 1335 1335 … … 1351 1351 running configure, to aid debugging if configure makes a mistake. 1352 1352 1353 It was created by Cbc $as_me 2.7 , which was1353 It was created by Cbc $as_me 2.7.6, which was 1354 1354 generated by GNU Autoconf 2.59. Invocation command line was 1355 1355 … … 1868 1868 if test x"$CXX" != x; then 1869 1869 case "$CXX" in 1870 clang* ) ;; 1870 1871 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 1871 1872 if test x"$CC" = x; then … … 2687 2688 # Autoconf incorrectly concludes that cl recognises -g. It doesn't. 2688 2689 case "$CC" in 2690 clang* ) ;; 2689 2691 cl* | */cl* | CL* | */CL* ) 2690 2692 if test "$ac_cv_prog_cc_g" = yes ; then … … 2699 2701 coin_cc_is_cl=false 2700 2702 case "$CC" in 2703 clang* ) ;; 2701 2704 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 2702 2705 coin_cc_is_cl=true … … 2802 2805 *-cygwin* | *-mingw*) 2803 2806 case "$CC" in 2807 clang* ) ;; 2804 2808 cl* | */cl* | CL* | */CL*) 2805 2809 coin_opt_cflags='-MT -O2' … … 3123 3127 # Correct the LD variable if we are using the MS or Intel-windows compiler 3124 3128 case "$CC" in 3129 clang* ) ;; 3125 3130 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3126 3131 case $build in … … 3616 3621 # It seems that we need to cleanup something here for the Windows 3617 3622 case "$CXX" in 3623 clang* ) ;; 3618 3624 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3619 3625 sed -e 's/^void exit (int);//' confdefs.h >> confdefs.hh … … 3637 3643 # Autoconf incorrectly concludes that cl recognises -g. It doesn't. 3638 3644 case "$CXX" in 3645 clang* ) ;; 3639 3646 cl* | */cl* | CL* | */CL* ) 3640 3647 if test "$ac_cv_prog_cxx_g" = yes ; then … … 3740 3747 *-cygwin* | *-mingw*) 3741 3748 case "$CXX" in 3749 clang* ) ;; 3742 3750 cl* | */cl* | CL* | */CL*) 3743 3751 # The MT and MTd options are mutually exclusive … … 4069 4077 # correct the LD variable in a mingw build with MS or intel compiler 4070 4078 case "$CXX" in 4079 clang* ) ;; 4071 4080 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 4072 4081 case $build in … … 4325 4334 4326 4335 # Provide some information about the compiler. 4327 echo "$as_me:43 27:" \4336 echo "$as_me:4336:" \ 4328 4337 "checking for Fortran 77 compiler version" >&5 4329 4338 ac_compiler=`set X $ac_compile; echo $2` … … 5295 5304 # Define the identity of the package. 5296 5305 PACKAGE='cbc' 5297 VERSION='2.7 '5306 VERSION='2.7.6' 5298 5307 5299 5308 … … 6591 6600 *-*-irix6*) 6592 6601 # Find out which ABI we are using. 6593 echo '#line 6 593"configure"' > conftest.$ac_ext6602 echo '#line 6602 "configure"' > conftest.$ac_ext 6594 6603 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6595 6604 (eval $ac_compile) 2>&5 … … 8555 8564 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8556 8565 -e 's:$: $lt_compiler_flag:'` 8557 (eval echo "\"\$as_me:85 57: $lt_compile\"" >&5)8566 (eval echo "\"\$as_me:8566: $lt_compile\"" >&5) 8558 8567 (eval "$lt_compile" 2>conftest.err) 8559 8568 ac_status=$? 8560 8569 cat conftest.err >&5 8561 echo "$as_me:85 61: \$? = $ac_status" >&58570 echo "$as_me:8570: \$? = $ac_status" >&5 8562 8571 if (exit $ac_status) && test -s "$ac_outfile"; then 8563 8572 # The compiler can only warn and ignore the option if not recognized … … 8823 8832 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8824 8833 -e 's:$: $lt_compiler_flag:'` 8825 (eval echo "\"\$as_me:88 25: $lt_compile\"" >&5)8834 (eval echo "\"\$as_me:8834: $lt_compile\"" >&5) 8826 8835 (eval "$lt_compile" 2>conftest.err) 8827 8836 ac_status=$? 8828 8837 cat conftest.err >&5 8829 echo "$as_me:88 29: \$? = $ac_status" >&58838 echo "$as_me:8838: \$? = $ac_status" >&5 8830 8839 if (exit $ac_status) && test -s "$ac_outfile"; then 8831 8840 # The compiler can only warn and ignore the option if not recognized … … 8927 8936 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8928 8937 -e 's:$: $lt_compiler_flag:'` 8929 (eval echo "\"\$as_me:89 29: $lt_compile\"" >&5)8938 (eval echo "\"\$as_me:8938: $lt_compile\"" >&5) 8930 8939 (eval "$lt_compile" 2>out/conftest.err) 8931 8940 ac_status=$? 8932 8941 cat out/conftest.err >&5 8933 echo "$as_me:89 33: \$? = $ac_status" >&58942 echo "$as_me:8942: \$? = $ac_status" >&5 8934 8943 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8935 8944 then … … 11272 11281 lt_status=$lt_dlunknown 11273 11282 cat > conftest.$ac_ext <<EOF 11274 #line 112 74"configure"11283 #line 11283 "configure" 11275 11284 #include "confdefs.h" 11276 11285 … … 11372 11381 lt_status=$lt_dlunknown 11373 11382 cat > conftest.$ac_ext <<EOF 11374 #line 113 74"configure"11383 #line 11383 "configure" 11375 11384 #include "confdefs.h" 11376 11385 … … 13716 13725 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13717 13726 -e 's:$: $lt_compiler_flag:'` 13718 (eval echo "\"\$as_me:137 18: $lt_compile\"" >&5)13727 (eval echo "\"\$as_me:13727: $lt_compile\"" >&5) 13719 13728 (eval "$lt_compile" 2>conftest.err) 13720 13729 ac_status=$? 13721 13730 cat conftest.err >&5 13722 echo "$as_me:137 22: \$? = $ac_status" >&513731 echo "$as_me:13731: \$? = $ac_status" >&5 13723 13732 if (exit $ac_status) && test -s "$ac_outfile"; then 13724 13733 # The compiler can only warn and ignore the option if not recognized … … 13820 13829 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13821 13830 -e 's:$: $lt_compiler_flag:'` 13822 (eval echo "\"\$as_me:138 22: $lt_compile\"" >&5)13831 (eval echo "\"\$as_me:13831: $lt_compile\"" >&5) 13823 13832 (eval "$lt_compile" 2>out/conftest.err) 13824 13833 ac_status=$? 13825 13834 cat out/conftest.err >&5 13826 echo "$as_me:138 26: \$? = $ac_status" >&513835 echo "$as_me:13835: \$? = $ac_status" >&5 13827 13836 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13828 13837 then … … 15390 15399 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15391 15400 -e 's:$: $lt_compiler_flag:'` 15392 (eval echo "\"\$as_me:15 392: $lt_compile\"" >&5)15401 (eval echo "\"\$as_me:15401: $lt_compile\"" >&5) 15393 15402 (eval "$lt_compile" 2>conftest.err) 15394 15403 ac_status=$? 15395 15404 cat conftest.err >&5 15396 echo "$as_me:15 396: \$? = $ac_status" >&515405 echo "$as_me:15405: \$? = $ac_status" >&5 15397 15406 if (exit $ac_status) && test -s "$ac_outfile"; then 15398 15407 # The compiler can only warn and ignore the option if not recognized … … 15494 15503 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15495 15504 -e 's:$: $lt_compiler_flag:'` 15496 (eval echo "\"\$as_me:15 496: $lt_compile\"" >&5)15505 (eval echo "\"\$as_me:15505: $lt_compile\"" >&5) 15497 15506 (eval "$lt_compile" 2>out/conftest.err) 15498 15507 ac_status=$? 15499 15508 cat out/conftest.err >&5 15500 echo "$as_me:1550 0: \$? = $ac_status" >&515509 echo "$as_me:15509: \$? = $ac_status" >&5 15501 15510 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15502 15511 then … … 17701 17710 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17702 17711 -e 's:$: $lt_compiler_flag:'` 17703 (eval echo "\"\$as_me:177 03: $lt_compile\"" >&5)17712 (eval echo "\"\$as_me:17712: $lt_compile\"" >&5) 17704 17713 (eval "$lt_compile" 2>conftest.err) 17705 17714 ac_status=$? 17706 17715 cat conftest.err >&5 17707 echo "$as_me:177 07: \$? = $ac_status" >&517716 echo "$as_me:17716: \$? = $ac_status" >&5 17708 17717 if (exit $ac_status) && test -s "$ac_outfile"; then 17709 17718 # The compiler can only warn and ignore the option if not recognized … … 17969 17978 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17970 17979 -e 's:$: $lt_compiler_flag:'` 17971 (eval echo "\"\$as_me:179 71: $lt_compile\"" >&5)17980 (eval echo "\"\$as_me:17980: $lt_compile\"" >&5) 17972 17981 (eval "$lt_compile" 2>conftest.err) 17973 17982 ac_status=$? 17974 17983 cat conftest.err >&5 17975 echo "$as_me:179 75: \$? = $ac_status" >&517984 echo "$as_me:17984: \$? = $ac_status" >&5 17976 17985 if (exit $ac_status) && test -s "$ac_outfile"; then 17977 17986 # The compiler can only warn and ignore the option if not recognized … … 18073 18082 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18074 18083 -e 's:$: $lt_compiler_flag:'` 18075 (eval echo "\"\$as_me:180 75: $lt_compile\"" >&5)18084 (eval echo "\"\$as_me:18084: $lt_compile\"" >&5) 18076 18085 (eval "$lt_compile" 2>out/conftest.err) 18077 18086 ac_status=$? 18078 18087 cat out/conftest.err >&5 18079 echo "$as_me:180 79: \$? = $ac_status" >&518088 echo "$as_me:18088: \$? = $ac_status" >&5 18080 18089 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18081 18090 then … … 20813 20822 *-cygwin* | *-mingw*) 20814 20823 case "$CXX" in 20824 clang* ) 20825 # we assume that libtool patches for CLANG are the same as for GNU compiler - correct??? 20826 { echo "$as_me:$LINENO: Applying patches to libtool for CLANG compiler" >&5 20827 echo "$as_me: Applying patches to libtool for CLANG compiler" >&6;} 20828 sed -e 's|fix_srcfile_path=\"`cygpath -w \"\$srcfile\"`\"|fix_srcfile_path=\"\\\`'"$CYGPATH_W"' \\\"\\$srcfile\\\"\\\`\"|' \ 20829 -e 's|"lib /OUT:\\$oldlib\\$oldobjs\\$old_deplibs"|"\\$AR \\$AR_FLAGS \\$oldlib\\$oldobjs\\$old_deplibs~\\$RANLIB \\$oldlib"|' \ 20830 -e 's|libext="lib"|libext="a"|' \ 20831 libtool > conftest.bla 20832 ;; 20815 20833 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 20816 20834 { echo "$as_me:$LINENO: Applying patches to libtool for cl compiler" >&5 … … 20828 20846 -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"%' \ 20829 20847 libtool > conftest.bla 20830 20831 mv conftest.bla libtool20832 chmod 755 libtool20833 20848 ;; 20834 20849 *) … … 20839 20854 -e 's|libext="lib"|libext="a"|' \ 20840 20855 libtool > conftest.bla 20841 20842 mv conftest.bla libtool20843 chmod 755 libtool20844 20856 ;; 20845 20857 esac 20858 mv conftest.bla libtool 20859 chmod 755 libtool 20860 20846 20861 ;; 20847 20862 *-darwin*) … … 23084 23099 fi 23085 23100 case "$CC" in 23101 clang* ) ;; 23086 23102 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 23087 23103 coin_link_input_cmd=cp ;; … … 23097 23113 23098 23114 case "$CC" in 23115 clang* ) 23116 LIBEXT=a ;; 23099 23117 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 23100 23118 LIBEXT=lib ;; … … 23577 23595 cat >&5 <<_CSEOF 23578 23596 23579 This file was extended by Cbc $as_me 2.7 , which was23597 This file was extended by Cbc $as_me 2.7.6, which was 23580 23598 generated by GNU Autoconf 2.59. Invocation command line was 23581 23599 … … 23635 23653 cat >>$CONFIG_STATUS <<_ACEOF 23636 23654 ac_cs_version="\\ 23637 Cbc config.status 2.7 23655 Cbc config.status 2.7.6 23638 23656 configured by $0, generated by GNU Autoconf 2.59, 23639 23657 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Note: See TracChangeset
for help on using the changeset viewer.