Changeset 2326 for ThirdParty/SCIP/stable
- Timestamp:
- Jun 19, 2011 11:12:47 AM (10 years ago)
- Location:
- ThirdParty/SCIP/stable/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/SCIP/stable/1.0/configure
r2303 r2326 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyScip trunk.3 # Generated by GNU Autoconf 2.59 for ThirdPartyScip 1.0. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartyScip' 431 431 PACKAGE_TARNAME='thirdpartyscip' 432 PACKAGE_VERSION=' trunk'433 PACKAGE_STRING='ThirdPartyScip trunk'432 PACKAGE_VERSION='1.0' 433 PACKAGE_STRING='ThirdPartyScip 1.0' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 1006 1006 # This message is too long to be a string in the A/UX 3.1 sh. 1007 1007 cat <<_ACEOF 1008 \`configure' configures ThirdPartyScip trunkto adapt to many kinds of systems.1008 \`configure' configures ThirdPartyScip 1.0 to adapt to many kinds of systems. 1009 1009 1010 1010 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1072 1072 if test -n "$ac_init_help"; then 1073 1073 case $ac_init_help in 1074 short | recursive ) echo "Configuration of ThirdPartyScip trunk:";;1074 short | recursive ) echo "Configuration of ThirdPartyScip 1.0:";; 1075 1075 esac 1076 1076 cat <<\_ACEOF … … 1276 1276 if $ac_init_version; then 1277 1277 cat <<\_ACEOF 1278 ThirdPartyScip configure trunk1278 ThirdPartyScip configure 1.0 1279 1279 generated by GNU Autoconf 2.59 1280 1280 … … 1296 1296 running configure, to aid debugging if configure makes a mistake. 1297 1297 1298 It was created by ThirdPartyScip $as_me trunk, which was1298 It was created by ThirdPartyScip $as_me 1.0, which was 1299 1299 generated by GNU Autoconf 2.59. Invocation command line was 1300 1300 … … 4553 4553 # Define the identity of the package. 4554 4554 PACKAGE='thirdpartyscip' 4555 VERSION=' trunk'4555 VERSION='1.0' 4556 4556 4557 4557 … … 5128 5128 # Define the identity of the package. 5129 5129 PACKAGE='thirdpartyscip' 5130 VERSION=' trunk'5130 VERSION='1.0' 5131 5131 5132 5132 … … 25510 25510 cat >&5 <<_CSEOF 25511 25511 25512 This file was extended by ThirdPartyScip $as_me trunk, which was25512 This file was extended by ThirdPartyScip $as_me 1.0, which was 25513 25513 generated by GNU Autoconf 2.59. Invocation command line was 25514 25514 … … 25573 25573 cat >>$CONFIG_STATUS <<_ACEOF 25574 25574 ac_cs_version="\\ 25575 ThirdPartyScip config.status trunk25575 ThirdPartyScip config.status 1.0 25576 25576 configured by $0, generated by GNU Autoconf 2.59, 25577 25577 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/SCIP/stable/1.0/configure.ac
r2257 r2326 11 11 AC_PREREQ(2.59) 12 12 13 AC_INIT([ThirdPartyScip],[ trunk],[http://projects.coin-or.org/BuildTools/newticket])13 AC_INIT([ThirdPartyScip],[1.0],[http://projects.coin-or.org/BuildTools/newticket]) 14 14 15 15 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.