Changeset 567 for ThirdParty/Glpk/stable
- Timestamp:
- Aug 24, 2007 10:03:32 PM (14 years ago)
- Location:
- ThirdParty/Glpk/stable/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/stable/1.0/configure
r540 r567 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyGlpk 1.0 stable.3 # Generated by GNU Autoconf 2.59 for ThirdPartyGlpk 1.0.0. 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='1.0 stable'433 PACKAGE_STRING='ThirdPartyGlpk 1.0 stable'432 PACKAGE_VERSION='1.0.0' 433 PACKAGE_STRING='ThirdPartyGlpk 1.0.0' 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 1.0 stableto adapt to many kinds of systems.984 \`configure' configures ThirdPartyGlpk 1.0.0 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 1.0 stable:";;1050 short | recursive ) echo "Configuration of ThirdPartyGlpk 1.0.0:";; 1051 1051 esac 1052 1052 cat <<\_ACEOF … … 1207 1207 if $ac_init_version; then 1208 1208 cat <<\_ACEOF 1209 ThirdPartyGlpk configure 1.0 stable1209 ThirdPartyGlpk configure 1.0.0 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 1.0 stable, which was1229 It was created by ThirdPartyGlpk $as_me 1.0.0, which was 1230 1230 generated by GNU Autoconf 2.59. Invocation command line was 1231 1231 … … 3445 3445 # Define the identity of the package. 3446 3446 PACKAGE='thirdpartyglpk' 3447 VERSION='1.0 stable'3447 VERSION='1.0.0' 3448 3448 3449 3449 … … 20508 20508 cat >&5 <<_CSEOF 20509 20509 20510 This file was extended by ThirdPartyGlpk $as_me 1.0 stable, which was20510 This file was extended by ThirdPartyGlpk $as_me 1.0.0, which was 20511 20511 generated by GNU Autoconf 2.59. Invocation command line was 20512 20512 … … 20566 20566 cat >>$CONFIG_STATUS <<_ACEOF 20567 20567 ac_cs_version="\\ 20568 ThirdPartyGlpk config.status 1.0 stable20568 ThirdPartyGlpk config.status 1.0.0 20569 20569 configured by $0, generated by GNU Autoconf 2.59, 20570 20570 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Glpk/stable/1.0/configure.ac
r540 r567 11 11 AC_PREREQ(2.59) 12 12 13 AC_INIT([ThirdPartyGlpk],[1.0 stable],[http://projects.coin-or.org/BuildTools/newticket])13 AC_INIT([ThirdPartyGlpk],[1.0.0],[http://projects.coin-or.org/BuildTools/newticket]) 14 14 15 15 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.