Changeset 1047 for stable/1.4/Clp
- Timestamp:
- Jul 3, 2007 3:52:28 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/releases/0.5.132 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.0.63 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.0.74 Data/Netlib https://projects.coin-or.org/svn/Data/releases/1.0.3/Netlib5 Data/Sample https://projects.coin-or.org/svn/Data/releases/1.0.3/Sample6 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.0.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/Netlib https://projects.coin-or.org/svn/Data/stable/1.0/Netlib 5 Data/Sample https://projects.coin-or.org/svn/Data/stable/1.0/Sample 6 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.0/CoinUtils
-
- Property svn:externals
-
stable/1.4/Clp/configure
r1045 r1047 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for Clp 1.4 .0.3 # Generated by GNU Autoconf 2.59 for Clp 1.4stable. 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='1.4 .0'433 PACKAGE_STRING='Clp 1.4 .0'432 PACKAGE_VERSION='1.4stable' 433 PACKAGE_STRING='Clp 1.4stable' 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 1.4 .0to adapt to many kinds of systems.1004 \`configure' configures Clp 1.4stable 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 1.4 .0:";;1070 short | recursive ) echo "Configuration of Clp 1.4stable:";; 1071 1071 esac 1072 1072 cat <<\_ACEOF … … 1233 1233 if $ac_init_version; then 1234 1234 cat <<\_ACEOF 1235 Clp configure 1.4 .01235 Clp configure 1.4stable 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 1.4 .0, which was1255 It was created by Clp $as_me 1.4stable, which was 1256 1256 generated by GNU Autoconf 2.59. Invocation command line was 1257 1257 … … 4308 4308 # Define the identity of the package. 4309 4309 PACKAGE='clp' 4310 VERSION='1.4 .0'4310 VERSION='1.4stable' 4311 4311 4312 4312 … … 21298 21298 cat >&5 <<_CSEOF 21299 21299 21300 This file was extended by Clp $as_me 1.4 .0, which was21300 This file was extended by Clp $as_me 1.4stable, which was 21301 21301 generated by GNU Autoconf 2.59. Invocation command line was 21302 21302 … … 21361 21361 cat >>$CONFIG_STATUS <<_ACEOF 21362 21362 ac_cs_version="\\ 21363 Clp config.status 1.4 .021363 Clp config.status 1.4stable 21364 21364 configured by $0, generated by GNU Autoconf 2.59, 21365 21365 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
stable/1.4/Clp/configure.ac
r1045 r1047 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Clp],[1.4 .0],[coin-clp@list.coin-or.org])15 AC_INIT([Clp],[1.4stable],[coin-clp@list.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.