Changeset 3313
- Timestamp:
- Jan 16, 2015 10:28:33 PM (6 years ago)
- Location:
- ThirdParty/SoPlex/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/SoPlex/trunk/configure
r3311 r3313 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartySoplex 1.4.3 # Generated by GNU Autoconf 2.59 for ThirdPartySoplex trunk. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartySoplex' 431 431 PACKAGE_TARNAME='thirdpartysoplex' 432 PACKAGE_VERSION=' 1.4'433 PACKAGE_STRING='ThirdPartySoplex 1.4'432 PACKAGE_VERSION='trunk' 433 PACKAGE_STRING='ThirdPartySoplex 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 ThirdPartySoplex 1.4to adapt to many kinds of systems.1008 \`configure' configures ThirdPartySoplex 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 ThirdPartySoplex 1.4:";;1074 short | recursive ) echo "Configuration of ThirdPartySoplex trunk:";; 1075 1075 esac 1076 1076 cat <<\_ACEOF … … 1240 1240 if $ac_init_version; then 1241 1241 cat <<\_ACEOF 1242 ThirdPartySoplex configure 1.41242 ThirdPartySoplex configure trunk 1243 1243 generated by GNU Autoconf 2.59 1244 1244 … … 1260 1260 running configure, to aid debugging if configure makes a mistake. 1261 1261 1262 It was created by ThirdPartySoplex $as_me 1.4, which was1262 It was created by ThirdPartySoplex $as_me trunk, which was 1263 1263 generated by GNU Autoconf 2.59. Invocation command line was 1264 1264 … … 4703 4703 # Define the identity of the package. 4704 4704 PACKAGE='thirdpartysoplex' 4705 VERSION=' 1.4'4705 VERSION='trunk' 4706 4706 4707 4707 … … 21762 21762 cat >&5 <<_CSEOF 21763 21763 21764 This file was extended by ThirdPartySoplex $as_me 1.4, which was21764 This file was extended by ThirdPartySoplex $as_me trunk, which was 21765 21765 generated by GNU Autoconf 2.59. Invocation command line was 21766 21766 … … 21825 21825 cat >>$CONFIG_STATUS <<_ACEOF 21826 21826 ac_cs_version="\\ 21827 ThirdPartySoplex config.status 1.421827 ThirdPartySoplex config.status trunk 21828 21828 configured by $0, generated by GNU Autoconf 2.59, 21829 21829 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/SoPlex/trunk/configure.ac
r3311 r3313 11 11 AC_PREREQ(2.59) 12 12 13 AC_INIT([ThirdPartySoplex],[ 1.4],[http://projects.coin-or.org/BuildTools/newticket])13 AC_INIT([ThirdPartySoplex],[trunk],[http://projects.coin-or.org/BuildTools/newticket]) 14 14 15 15 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.