Changeset 992
- Timestamp:
- Mar 28, 2008 12:06:23 PM (13 years ago)
- Location:
- ThirdParty/Glpk/stable/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/stable/1.3/configure
r990 r992 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyGlpk 0.0.3 # Generated by GNU Autoconf 2.59 for ThirdPartyGlpk 1.3. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartyGlpk' 431 431 PACKAGE_TARNAME='thirdpartyglpk' 432 PACKAGE_VERSION=' 0.0'433 PACKAGE_STRING='ThirdPartyGlpk 0.0'432 PACKAGE_VERSION='1.3' 433 PACKAGE_STRING='ThirdPartyGlpk 1.3' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 982 982 # This message is too long to be a string in the A/UX 3.1 sh. 983 983 cat <<_ACEOF 984 \`configure' configures ThirdPartyGlpk 0.0to adapt to many kinds of systems.984 \`configure' configures ThirdPartyGlpk 1.3 to adapt to many kinds of systems. 985 985 986 986 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1048 1048 if test -n "$ac_init_help"; then 1049 1049 case $ac_init_help in 1050 short | recursive ) echo "Configuration of ThirdPartyGlpk 0.0:";;1050 short | recursive ) echo "Configuration of ThirdPartyGlpk 1.3:";; 1051 1051 esac 1052 1052 cat <<\_ACEOF … … 1207 1207 if $ac_init_version; then 1208 1208 cat <<\_ACEOF 1209 ThirdPartyGlpk configure 0.01209 ThirdPartyGlpk configure 1.3 1210 1210 generated by GNU Autoconf 2.59 1211 1211 … … 1227 1227 running configure, to aid debugging if configure makes a mistake. 1228 1228 1229 It was created by ThirdPartyGlpk $as_me 0.0, which was1229 It was created by ThirdPartyGlpk $as_me 1.3, which was 1230 1230 generated by GNU Autoconf 2.59. Invocation command line was 1231 1231 … … 3522 3522 # Define the identity of the package. 3523 3523 PACKAGE='thirdpartyglpk' 3524 VERSION=' 0.0'3524 VERSION='1.3' 3525 3525 3526 3526 … … 20609 20609 cat >&5 <<_CSEOF 20610 20610 20611 This file was extended by ThirdPartyGlpk $as_me 0.0, which was20611 This file was extended by ThirdPartyGlpk $as_me 1.3, which was 20612 20612 generated by GNU Autoconf 2.59. Invocation command line was 20613 20613 … … 20667 20667 cat >>$CONFIG_STATUS <<_ACEOF 20668 20668 ac_cs_version="\\ 20669 ThirdPartyGlpk config.status 0.020669 ThirdPartyGlpk config.status 1.3 20670 20670 configured by $0, generated by GNU Autoconf 2.59, 20671 20671 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Glpk/stable/1.3/configure.ac
r959 r992 11 11 AC_PREREQ(2.59) 12 12 13 AC_INIT([ThirdPartyGlpk],[ 0.0],[http://projects.coin-or.org/BuildTools/newticket])13 AC_INIT([ThirdPartyGlpk],[1.3],[http://projects.coin-or.org/BuildTools/newticket]) 14 14 15 15 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.