Changeset 2476 for ThirdParty/SCIP
- Timestamp:
- Nov 1, 2011 6:12:35 AM (9 years ago)
- Location:
- ThirdParty/SCIP/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/SCIP/trunk/configure
r2474 r2476 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyScip 1.1.3 # Generated by GNU Autoconf 2.59 for ThirdPartyScip trunk. 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=' 1.1'433 PACKAGE_STRING='ThirdPartyScip 1.1'432 PACKAGE_VERSION='trunk' 433 PACKAGE_STRING='ThirdPartyScip trunk' 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 1.1to adapt to many kinds of systems.1008 \`configure' configures ThirdPartyScip trunk 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 1.1:";;1074 short | recursive ) echo "Configuration of ThirdPartyScip trunk:";; 1075 1075 esac 1076 1076 cat <<\_ACEOF … … 1281 1281 if $ac_init_version; then 1282 1282 cat <<\_ACEOF 1283 ThirdPartyScip configure 1.11283 ThirdPartyScip configure trunk 1284 1284 generated by GNU Autoconf 2.59 1285 1285 … … 1301 1301 running configure, to aid debugging if configure makes a mistake. 1302 1302 1303 It was created by ThirdPartyScip $as_me 1.1, which was1303 It was created by ThirdPartyScip $as_me trunk, which was 1304 1304 generated by GNU Autoconf 2.59. Invocation command line was 1305 1305 … … 4662 4662 # Define the identity of the package. 4663 4663 PACKAGE='thirdpartyscip' 4664 VERSION=' 1.1'4664 VERSION='trunk' 4665 4665 4666 4666 … … 26128 26128 cat >&5 <<_CSEOF 26129 26129 26130 This file was extended by ThirdPartyScip $as_me 1.1, which was26130 This file was extended by ThirdPartyScip $as_me trunk, which was 26131 26131 generated by GNU Autoconf 2.59. Invocation command line was 26132 26132 … … 26191 26191 cat >>$CONFIG_STATUS <<_ACEOF 26192 26192 ac_cs_version="\\ 26193 ThirdPartyScip config.status 1.126193 ThirdPartyScip config.status trunk 26194 26194 configured by $0, generated by GNU Autoconf 2.59, 26195 26195 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/SCIP/trunk/configure.ac
r2474 r2476 11 11 AC_PREREQ(2.59) 12 12 13 AC_INIT([ThirdPartyScip],[ 1.1],[http://projects.coin-or.org/BuildTools/newticket])13 AC_INIT([ThirdPartyScip],[trunk],[http://projects.coin-or.org/BuildTools/newticket]) 14 14 15 15 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.