Changeset 3310
- Timestamp:
- Jan 16, 2015 10:27:23 PM (6 years ago)
- Location:
- ThirdParty/SCIP/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/SCIP/trunk/configure
r3308 r3310 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.4.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.4'433 PACKAGE_STRING='ThirdPartyScip 1.4'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.4to 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.4:";;1074 short | recursive ) echo "Configuration of ThirdPartyScip trunk:";; 1075 1075 esac 1076 1076 cat <<\_ACEOF … … 1278 1278 if $ac_init_version; then 1279 1279 cat <<\_ACEOF 1280 ThirdPartyScip configure 1.41280 ThirdPartyScip configure trunk 1281 1281 generated by GNU Autoconf 2.59 1282 1282 … … 1298 1298 running configure, to aid debugging if configure makes a mistake. 1299 1299 1300 It was created by ThirdPartyScip $as_me 1.4, which was1300 It was created by ThirdPartyScip $as_me trunk, which was 1301 1301 generated by GNU Autoconf 2.59. Invocation command line was 1302 1302 … … 4543 4543 # Define the identity of the package. 4544 4544 PACKAGE='thirdpartyscip' 4545 VERSION=' 1.4'4545 VERSION='trunk' 4546 4546 4547 4547 … … 25575 25575 cat >&5 <<_CSEOF 25576 25576 25577 This file was extended by ThirdPartyScip $as_me 1.4, which was25577 This file was extended by ThirdPartyScip $as_me trunk, which was 25578 25578 generated by GNU Autoconf 2.59. Invocation command line was 25579 25579 … … 25638 25638 cat >>$CONFIG_STATUS <<_ACEOF 25639 25639 ac_cs_version="\\ 25640 ThirdPartyScip config.status 1.425640 ThirdPartyScip config.status trunk 25641 25641 configured by $0, generated by GNU Autoconf 2.59, 25642 25642 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/SCIP/trunk/configure.ac
r3308 r3310 11 11 AC_PREREQ(2.59) 12 12 13 AC_INIT([ThirdPartyScip],[ 1.4],[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.