Changeset 2186
- Timestamp:
- Apr 7, 2011 10:19:34 AM (10 years ago)
- Location:
- ThirdParty/HSL/stable/1.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/HSL/stable/1.2/configure
r2181 r2186 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyHSL 1.2. 4.3 # Generated by GNU Autoconf 2.59 for ThirdPartyHSL 1.2. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartyHSL' 431 431 PACKAGE_TARNAME='thirdpartyhsl' 432 PACKAGE_VERSION='1.2 .4'433 PACKAGE_STRING='ThirdPartyHSL 1.2 .4'432 PACKAGE_VERSION='1.2' 433 PACKAGE_STRING='ThirdPartyHSL 1.2' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 1010 1010 # This message is too long to be a string in the A/UX 3.1 sh. 1011 1011 cat <<_ACEOF 1012 \`configure' configures ThirdPartyHSL 1.2 .4to adapt to many kinds of systems.1012 \`configure' configures ThirdPartyHSL 1.2 to adapt to many kinds of systems. 1013 1013 1014 1014 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1076 1076 if test -n "$ac_init_help"; then 1077 1077 case $ac_init_help in 1078 short | recursive ) echo "Configuration of ThirdPartyHSL 1.2 .4:";;1078 short | recursive ) echo "Configuration of ThirdPartyHSL 1.2:";; 1079 1079 esac 1080 1080 cat <<\_ACEOF … … 1250 1250 if $ac_init_version; then 1251 1251 cat <<\_ACEOF 1252 ThirdPartyHSL configure 1.2 .41252 ThirdPartyHSL configure 1.2 1253 1253 generated by GNU Autoconf 2.59 1254 1254 … … 1270 1270 running configure, to aid debugging if configure makes a mistake. 1271 1271 1272 It was created by ThirdPartyHSL $as_me 1.2 .4, which was1272 It was created by ThirdPartyHSL $as_me 1.2, which was 1273 1273 generated by GNU Autoconf 2.59. Invocation command line was 1274 1274 … … 5718 5718 # Define the identity of the package. 5719 5719 PACKAGE='thirdpartyhsl' 5720 VERSION='1.2 .4'5720 VERSION='1.2' 5721 5721 5722 5722 … … 23234 23234 cat >&5 <<_CSEOF 23235 23235 23236 This file was extended by ThirdPartyHSL $as_me 1.2 .4, which was23236 This file was extended by ThirdPartyHSL $as_me 1.2, which was 23237 23237 generated by GNU Autoconf 2.59. Invocation command line was 23238 23238 … … 23297 23297 cat >>$CONFIG_STATUS <<_ACEOF 23298 23298 ac_cs_version="\\ 23299 ThirdPartyHSL config.status 1.2 .423299 ThirdPartyHSL config.status 1.2 23300 23300 configured by $0, generated by GNU Autoconf 2.59, 23301 23301 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/HSL/stable/1.2/configure.ac
r2181 r2186 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyHSL],[1.2 .4],[http://projects.coin-or.org/BuildTools/newticket])15 AC_INIT([ThirdPartyHSL],[1.2],[http://projects.coin-or.org/BuildTools/newticket]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.