Changeset 1418 for ThirdParty/Glpk
- Timestamp:
- Sep 21, 2009 9:01:08 AM (11 years ago)
- Location:
- ThirdParty/Glpk/stable/1.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/stable/1.6/configure
r1416 r1418 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.6 .0.3 # Generated by GNU Autoconf 2.59 for ThirdPartyGlpk 1.6stable. 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.6 .0'433 PACKAGE_STRING='ThirdPartyGlpk 1.6 .0'432 PACKAGE_VERSION='1.6stable' 433 PACKAGE_STRING='ThirdPartyGlpk 1.6stable' 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.6 .0to adapt to many kinds of systems.984 \`configure' configures ThirdPartyGlpk 1.6stable 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.6 .0:";;1050 short | recursive ) echo "Configuration of ThirdPartyGlpk 1.6stable:";; 1051 1051 esac 1052 1052 cat <<\_ACEOF … … 1210 1210 if $ac_init_version; then 1211 1211 cat <<\_ACEOF 1212 ThirdPartyGlpk configure 1.6 .01212 ThirdPartyGlpk configure 1.6stable 1213 1213 generated by GNU Autoconf 2.59 1214 1214 … … 1230 1230 running configure, to aid debugging if configure makes a mistake. 1231 1231 1232 It was created by ThirdPartyGlpk $as_me 1.6 .0, which was1232 It was created by ThirdPartyGlpk $as_me 1.6stable, which was 1233 1233 generated by GNU Autoconf 2.59. Invocation command line was 1234 1234 … … 3536 3536 # Define the identity of the package. 3537 3537 PACKAGE='thirdpartyglpk' 3538 VERSION='1.6 .0'3538 VERSION='1.6stable' 3539 3539 3540 3540 … … 22665 22665 cat >&5 <<_CSEOF 22666 22666 22667 This file was extended by ThirdPartyGlpk $as_me 1.6 .0, which was22667 This file was extended by ThirdPartyGlpk $as_me 1.6stable, which was 22668 22668 generated by GNU Autoconf 2.59. Invocation command line was 22669 22669 … … 22728 22728 cat >>$CONFIG_STATUS <<_ACEOF 22729 22729 ac_cs_version="\\ 22730 ThirdPartyGlpk config.status 1.6 .022730 ThirdPartyGlpk config.status 1.6stable 22731 22731 configured by $0, generated by GNU Autoconf 2.59, 22732 22732 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Glpk/stable/1.6/configure.ac
r1416 r1418 11 11 AC_PREREQ(2.59) 12 12 13 AC_INIT([ThirdPartyGlpk],[1.6 .0],[http://projects.coin-or.org/BuildTools/newticket])13 AC_INIT([ThirdPartyGlpk],[1.6stable],[http://projects.coin-or.org/BuildTools/newticket]) 14 14 15 15 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.