Changeset 1351 for stable/1.10
- Timestamp:
- Mar 30, 2009 11:44:40 AM (12 years ago)
- Location:
- stable/1.10
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.10
- Property svn:externals
-
old new 1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.5.272 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.0.133 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.0.174 Data/Sample https://projects.coin-or.org/svn/Data/releases/1.0.7/Sample5 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.5.0/CoinUtils1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.5 2 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.0 3 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.0 4 Data/Sample https://projects.coin-or.org/svn/Data/stable/1.0/Sample 5 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.5/CoinUtils
-
- Property svn:externals
-
stable/1.10/Externals
r1349 r1351 1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.5.272 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.0.133 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.0.174 Data/Sample https://projects.coin-or.org/svn/Data/releases/1.0.7/Sample5 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.5.0/CoinUtils1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.5 2 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.0 3 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.0 4 Data/Sample https://projects.coin-or.org/svn/Data/stable/1.0/Sample 5 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.5/CoinUtils -
stable/1.10/configure
r1349 r1351 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 Clp 1.10 .0.4 # Generated by GNU Autoconf 2.59 for Clp 1.10stable. 5 5 # 6 6 # Report bugs to <coin-clp@lists.coin-or.org>. … … 431 431 PACKAGE_NAME='Clp' 432 432 PACKAGE_TARNAME='clp' 433 PACKAGE_VERSION='1.10 .0'434 PACKAGE_STRING='Clp 1.10 .0'433 PACKAGE_VERSION='1.10stable' 434 PACKAGE_STRING='Clp 1.10stable' 435 435 PACKAGE_BUGREPORT='coin-clp@lists.coin-or.org' 436 436 … … 1027 1027 # This message is too long to be a string in the A/UX 3.1 sh. 1028 1028 cat <<_ACEOF 1029 \`configure' configures Clp 1.10 .0to adapt to many kinds of systems.1029 \`configure' configures Clp 1.10stable to adapt to many kinds of systems. 1030 1030 1031 1031 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1093 1093 if test -n "$ac_init_help"; then 1094 1094 case $ac_init_help in 1095 short | recursive ) echo "Configuration of Clp 1.10 .0:";;1095 short | recursive ) echo "Configuration of Clp 1.10stable:";; 1096 1096 esac 1097 1097 cat <<\_ACEOF … … 1260 1260 if $ac_init_version; then 1261 1261 cat <<\_ACEOF 1262 Clp configure 1.10 .01262 Clp configure 1.10stable 1263 1263 generated by GNU Autoconf 2.59 1264 1264 … … 1280 1280 running configure, to aid debugging if configure makes a mistake. 1281 1281 1282 It was created by Clp $as_me 1.10 .0, which was1282 It was created by Clp $as_me 1.10stable, which was 1283 1283 generated by GNU Autoconf 2.59. Invocation command line was 1284 1284 … … 5118 5118 # Define the identity of the package. 5119 5119 PACKAGE='clp' 5120 VERSION='1.10 .0'5120 VERSION='1.10stable' 5121 5121 5122 5122 … … 21445 21445 cat >&5 <<_CSEOF 21446 21446 21447 This file was extended by Clp $as_me 1.10 .0, which was21447 This file was extended by Clp $as_me 1.10stable, which was 21448 21448 generated by GNU Autoconf 2.59. Invocation command line was 21449 21449 … … 21503 21503 cat >>$CONFIG_STATUS <<_ACEOF 21504 21504 ac_cs_version="\\ 21505 Clp config.status 1.10 .021505 Clp config.status 1.10stable 21506 21506 configured by $0, generated by GNU Autoconf 2.59, 21507 21507 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
stable/1.10/configure.ac
r1349 r1351 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Clp],[1.10 .0],[coin-clp@lists.coin-or.org])15 AC_INIT([Clp],[1.10stable],[coin-clp@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.