Changeset 895 for ThirdParty/Glpk
- Timestamp:
- Dec 27, 2007 11:19:35 PM (13 years ago)
- Location:
- ThirdParty/Glpk/stable/1.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/stable/1.1/configure
r893 r895 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.1 .3.3 # Generated by GNU Autoconf 2.59 for ThirdPartyGlpk 1.1stable. 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.1 .3'433 PACKAGE_STRING='ThirdPartyGlpk 1.1 .3'432 PACKAGE_VERSION='1.1stable' 433 PACKAGE_STRING='ThirdPartyGlpk 1.1stable' 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.1 .3to adapt to many kinds of systems.984 \`configure' configures ThirdPartyGlpk 1.1stable 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.1 .3:";;1050 short | recursive ) echo "Configuration of ThirdPartyGlpk 1.1stable:";; 1051 1051 esac 1052 1052 cat <<\_ACEOF … … 1207 1207 if $ac_init_version; then 1208 1208 cat <<\_ACEOF 1209 ThirdPartyGlpk configure 1.1 .31209 ThirdPartyGlpk configure 1.1stable 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.1 .3, which was1229 It was created by ThirdPartyGlpk $as_me 1.1stable, which was 1230 1230 generated by GNU Autoconf 2.59. Invocation command line was 1231 1231 … … 3508 3508 # Define the identity of the package. 3509 3509 PACKAGE='thirdpartyglpk' 3510 VERSION='1.1 .3'3510 VERSION='1.1stable' 3511 3511 3512 3512 … … 20583 20583 cat >&5 <<_CSEOF 20584 20584 20585 This file was extended by ThirdPartyGlpk $as_me 1.1 .3, which was20585 This file was extended by ThirdPartyGlpk $as_me 1.1stable, which was 20586 20586 generated by GNU Autoconf 2.59. Invocation command line was 20587 20587 … … 20641 20641 cat >>$CONFIG_STATUS <<_ACEOF 20642 20642 ac_cs_version="\\ 20643 ThirdPartyGlpk config.status 1.1 .320643 ThirdPartyGlpk config.status 1.1stable 20644 20644 configured by $0, generated by GNU Autoconf 2.59, 20645 20645 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Glpk/stable/1.1/configure.ac
r893 r895 11 11 AC_PREREQ(2.59) 12 12 13 AC_INIT([ThirdPartyGlpk],[1.1 .3],[http://projects.coin-or.org/BuildTools/newticket])13 AC_INIT([ThirdPartyGlpk],[1.1stable],[http://projects.coin-or.org/BuildTools/newticket]) 14 14 15 15 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.