Changeset 1045 for stable/1.4/Clp
- Timestamp:
- Jul 3, 2007 3:49:59 AM (14 years ago)
- Location:
- stable/1.4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.4
- Property svn:externals
-
old new 1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.52 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.03 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.04 Data/Netlib https://projects.coin-or.org/svn/Data/stable/1.0/Netlib5 Data/Sample https://projects.coin-or.org/svn/Data/stable/1.0/Sample6 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.0/CoinUtils1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.5.13 2 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.0.6 3 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.0.7 4 Data/Netlib https://projects.coin-or.org/svn/Data/releases/1.0.3/Netlib 5 Data/Sample https://projects.coin-or.org/svn/Data/releases/1.0.3/Sample 6 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.0.0/CoinUtils
-
- Property svn:externals
-
stable/1.4/Clp/configure
r1019 r1045 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for Clp 0.1.3 # Generated by GNU Autoconf 2.59 for Clp 1.4.0. 4 4 # 5 5 # Report bugs to <coin-clp@list.coin-or.org>. … … 430 430 PACKAGE_NAME='Clp' 431 431 PACKAGE_TARNAME='clp' 432 PACKAGE_VERSION=' 0.1'433 PACKAGE_STRING='Clp 0.1'432 PACKAGE_VERSION='1.4.0' 433 PACKAGE_STRING='Clp 1.4.0' 434 434 PACKAGE_BUGREPORT='coin-clp@list.coin-or.org' 435 435 … … 1002 1002 # This message is too long to be a string in the A/UX 3.1 sh. 1003 1003 cat <<_ACEOF 1004 \`configure' configures Clp 0.1to adapt to many kinds of systems.1004 \`configure' configures Clp 1.4.0 to adapt to many kinds of systems. 1005 1005 1006 1006 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1068 1068 if test -n "$ac_init_help"; then 1069 1069 case $ac_init_help in 1070 short | recursive ) echo "Configuration of Clp 0.1:";;1070 short | recursive ) echo "Configuration of Clp 1.4.0:";; 1071 1071 esac 1072 1072 cat <<\_ACEOF … … 1233 1233 if $ac_init_version; then 1234 1234 cat <<\_ACEOF 1235 Clp configure 0.11235 Clp configure 1.4.0 1236 1236 generated by GNU Autoconf 2.59 1237 1237 … … 1253 1253 running configure, to aid debugging if configure makes a mistake. 1254 1254 1255 It was created by Clp $as_me 0.1, which was1255 It was created by Clp $as_me 1.4.0, which was 1256 1256 generated by GNU Autoconf 2.59. Invocation command line was 1257 1257 … … 2700 2700 cl* | */cl* | CL* | */CL*) 2701 2701 coin_opt_cflags='-MT -O2' 2702 coin_add_cflags='-nologo -wd4996 '2702 coin_add_cflags='-nologo -wd4996 -D_CRT_SECURE_NO_DEPRECATE' 2703 2703 coin_dbg_cflags='-MTd' 2704 2704 ;; … … 3433 3433 fi 3434 3434 3435 # It seems that we need to cleanup something here for the Windows 3436 case "$CXX" in 3437 cl* | */cl* | CL* | */CL* ) 3438 sed -e 's/^void exit (int);//' confdefs.h >> confdefs.hh 3439 mv confdefs.hh confdefs.h 3440 ;; 3441 esac 3442 3435 3443 # Autoconf incorrectly concludes that cl recognises -g. It doesn't. 3436 3444 case "$CXX" in … … 3533 3541 # The MT and MTd options are mutually exclusive 3534 3542 coin_opt_cxxflags='-MT -O2' 3535 coin_add_cxxflags='-nologo -EHsc -GR -wd4996 '3543 coin_add_cxxflags='-nologo -EHsc -GR -wd4996 -D_CRT_SECURE_NO_DEPRECATE' 3536 3544 coin_dbg_cxxflags='-MTd' 3537 3545 ;; … … 4300 4308 # Define the identity of the package. 4301 4309 PACKAGE='clp' 4302 VERSION=' 0.1'4310 VERSION='1.4.0' 4303 4311 4304 4312 … … 5634 5642 *-*-irix6*) 5635 5643 # Find out which ABI we are using. 5636 echo '#line 56 36"configure"' > conftest.$ac_ext5644 echo '#line 5644 "configure"' > conftest.$ac_ext 5637 5645 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5638 5646 (eval $ac_compile) 2>&5 … … 6768 6776 6769 6777 # Provide some information about the compiler. 6770 echo "$as_me:677 0:" \6778 echo "$as_me:6778:" \ 6771 6779 "checking for Fortran 77 compiler version" >&5 6772 6780 ac_compiler=`set X $ac_compile; echo $2` … … 7835 7843 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7836 7844 -e 's:$: $lt_compiler_flag:'` 7837 (eval echo "\"\$as_me:78 37: $lt_compile\"" >&5)7845 (eval echo "\"\$as_me:7845: $lt_compile\"" >&5) 7838 7846 (eval "$lt_compile" 2>conftest.err) 7839 7847 ac_status=$? 7840 7848 cat conftest.err >&5 7841 echo "$as_me:784 1: \$? = $ac_status" >&57849 echo "$as_me:7849: \$? = $ac_status" >&5 7842 7850 if (exit $ac_status) && test -s "$ac_outfile"; then 7843 7851 # The compiler can only warn and ignore the option if not recognized … … 8103 8111 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8104 8112 -e 's:$: $lt_compiler_flag:'` 8105 (eval echo "\"\$as_me:81 05: $lt_compile\"" >&5)8113 (eval echo "\"\$as_me:8113: $lt_compile\"" >&5) 8106 8114 (eval "$lt_compile" 2>conftest.err) 8107 8115 ac_status=$? 8108 8116 cat conftest.err >&5 8109 echo "$as_me:81 09: \$? = $ac_status" >&58117 echo "$as_me:8117: \$? = $ac_status" >&5 8110 8118 if (exit $ac_status) && test -s "$ac_outfile"; then 8111 8119 # The compiler can only warn and ignore the option if not recognized … … 8207 8215 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8208 8216 -e 's:$: $lt_compiler_flag:'` 8209 (eval echo "\"\$as_me:82 09: $lt_compile\"" >&5)8217 (eval echo "\"\$as_me:8217: $lt_compile\"" >&5) 8210 8218 (eval "$lt_compile" 2>out/conftest.err) 8211 8219 ac_status=$? 8212 8220 cat out/conftest.err >&5 8213 echo "$as_me:82 13: \$? = $ac_status" >&58221 echo "$as_me:8221: \$? = $ac_status" >&5 8214 8222 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8215 8223 then … … 10552 10560 lt_status=$lt_dlunknown 10553 10561 cat > conftest.$ac_ext <<EOF 10554 #line 105 54"configure"10562 #line 10562 "configure" 10555 10563 #include "confdefs.h" 10556 10564 … … 10652 10660 lt_status=$lt_dlunknown 10653 10661 cat > conftest.$ac_ext <<EOF 10654 #line 106 54"configure"10662 #line 10662 "configure" 10655 10663 #include "confdefs.h" 10656 10664 … … 12996 13004 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12997 13005 -e 's:$: $lt_compiler_flag:'` 12998 (eval echo "\"\$as_me:1 2998: $lt_compile\"" >&5)13006 (eval echo "\"\$as_me:13006: $lt_compile\"" >&5) 12999 13007 (eval "$lt_compile" 2>conftest.err) 13000 13008 ac_status=$? 13001 13009 cat conftest.err >&5 13002 echo "$as_me:130 02: \$? = $ac_status" >&513010 echo "$as_me:13010: \$? = $ac_status" >&5 13003 13011 if (exit $ac_status) && test -s "$ac_outfile"; then 13004 13012 # The compiler can only warn and ignore the option if not recognized … … 13100 13108 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13101 13109 -e 's:$: $lt_compiler_flag:'` 13102 (eval echo "\"\$as_me:131 02: $lt_compile\"" >&5)13110 (eval echo "\"\$as_me:13110: $lt_compile\"" >&5) 13103 13111 (eval "$lt_compile" 2>out/conftest.err) 13104 13112 ac_status=$? 13105 13113 cat out/conftest.err >&5 13106 echo "$as_me:131 06: \$? = $ac_status" >&513114 echo "$as_me:13114: \$? = $ac_status" >&5 13107 13115 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13108 13116 then … … 14670 14678 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14671 14679 -e 's:$: $lt_compiler_flag:'` 14672 (eval echo "\"\$as_me:146 72: $lt_compile\"" >&5)14680 (eval echo "\"\$as_me:14680: $lt_compile\"" >&5) 14673 14681 (eval "$lt_compile" 2>conftest.err) 14674 14682 ac_status=$? 14675 14683 cat conftest.err >&5 14676 echo "$as_me:146 76: \$? = $ac_status" >&514684 echo "$as_me:14684: \$? = $ac_status" >&5 14677 14685 if (exit $ac_status) && test -s "$ac_outfile"; then 14678 14686 # The compiler can only warn and ignore the option if not recognized … … 14774 14782 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14775 14783 -e 's:$: $lt_compiler_flag:'` 14776 (eval echo "\"\$as_me:147 76: $lt_compile\"" >&5)14784 (eval echo "\"\$as_me:14784: $lt_compile\"" >&5) 14777 14785 (eval "$lt_compile" 2>out/conftest.err) 14778 14786 ac_status=$? 14779 14787 cat out/conftest.err >&5 14780 echo "$as_me:1478 0: \$? = $ac_status" >&514788 echo "$as_me:14788: \$? = $ac_status" >&5 14781 14789 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14782 14790 then … … 16981 16989 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16982 16990 -e 's:$: $lt_compiler_flag:'` 16983 (eval echo "\"\$as_me:169 83: $lt_compile\"" >&5)16991 (eval echo "\"\$as_me:16991: $lt_compile\"" >&5) 16984 16992 (eval "$lt_compile" 2>conftest.err) 16985 16993 ac_status=$? 16986 16994 cat conftest.err >&5 16987 echo "$as_me:169 87: \$? = $ac_status" >&516995 echo "$as_me:16995: \$? = $ac_status" >&5 16988 16996 if (exit $ac_status) && test -s "$ac_outfile"; then 16989 16997 # The compiler can only warn and ignore the option if not recognized … … 17249 17257 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17250 17258 -e 's:$: $lt_compiler_flag:'` 17251 (eval echo "\"\$as_me:1725 1: $lt_compile\"" >&5)17259 (eval echo "\"\$as_me:17259: $lt_compile\"" >&5) 17252 17260 (eval "$lt_compile" 2>conftest.err) 17253 17261 ac_status=$? 17254 17262 cat conftest.err >&5 17255 echo "$as_me:172 55: \$? = $ac_status" >&517263 echo "$as_me:17263: \$? = $ac_status" >&5 17256 17264 if (exit $ac_status) && test -s "$ac_outfile"; then 17257 17265 # The compiler can only warn and ignore the option if not recognized … … 17353 17361 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17354 17362 -e 's:$: $lt_compiler_flag:'` 17355 (eval echo "\"\$as_me:173 55: $lt_compile\"" >&5)17363 (eval echo "\"\$as_me:17363: $lt_compile\"" >&5) 17356 17364 (eval "$lt_compile" 2>out/conftest.err) 17357 17365 ac_status=$? 17358 17366 cat out/conftest.err >&5 17359 echo "$as_me:173 59: \$? = $ac_status" >&517367 echo "$as_me:17367: \$? = $ac_status" >&5 17360 17368 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17361 17369 then … … 20502 20510 coin_has_readline=no 20503 20511 if test $coin_enable_gnu = yes; then 20504 if test x"#include <stdio.h>" = x; then 20505 hdr="#include <readline/readline.h>" 20506 else 20507 hdr="#include <stdio.h>" 20508 fi 20512 #if test x"#include <stdio.h>" = x; then 20513 # hdr="#include <readline/readline.h>" 20514 #else 20515 # hdr="#include <stdio.h>" 20516 #fi 20517 #AC_CHECK_HEADERS([readline/readline.h],[coin_has_readline=yes],[],[$hdr]) 20509 20518 20510 20519 for ac_header in readline/readline.h … … 20522 20531 cat >>conftest.$ac_ext <<_ACEOF 20523 20532 /* end confdefs.h. */ 20524 $hdr 20533 #include <stdio.h> 20525 20534 20526 20535 #include <$ac_header> … … 21289 21298 cat >&5 <<_CSEOF 21290 21299 21291 This file was extended by Clp $as_me 0.1, which was21300 This file was extended by Clp $as_me 1.4.0, which was 21292 21301 generated by GNU Autoconf 2.59. Invocation command line was 21293 21302 … … 21352 21361 cat >>$CONFIG_STATUS <<_ACEOF 21353 21362 ac_cs_version="\\ 21354 Clp config.status 0.121363 Clp config.status 1.4.0 21355 21364 configured by $0, generated by GNU Autoconf 2.59, 21356 21365 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
stable/1.4/Clp/configure.ac
r994 r1045 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Clp],[ 0.1],[coin-clp@list.coin-or.org])15 AC_INIT([Clp],[1.4.0],[coin-clp@list.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.