Changeset 1041
- Timestamp:
- Jul 6, 2008 11:55:41 AM (13 years ago)
- Location:
- ThirdParty/HSL/stable/1.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/HSL/stable/1.1/configure
r1029 r1041 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.1 stable.3 # Generated by GNU Autoconf 2.59 for ThirdPartyHSL 1.1.1. 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.1 stable'433 PACKAGE_STRING='ThirdPartyHSL 1.1 stable'432 PACKAGE_VERSION='1.1.1' 433 PACKAGE_STRING='ThirdPartyHSL 1.1.1' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 998 998 # This message is too long to be a string in the A/UX 3.1 sh. 999 999 cat <<_ACEOF 1000 \`configure' configures ThirdPartyHSL 1.1 stableto adapt to many kinds of systems.1000 \`configure' configures ThirdPartyHSL 1.1.1 to adapt to many kinds of systems. 1001 1001 1002 1002 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1064 1064 if test -n "$ac_init_help"; then 1065 1065 case $ac_init_help in 1066 short | recursive ) echo "Configuration of ThirdPartyHSL 1.1 stable:";;1066 short | recursive ) echo "Configuration of ThirdPartyHSL 1.1.1:";; 1067 1067 esac 1068 1068 cat <<\_ACEOF … … 1226 1226 if $ac_init_version; then 1227 1227 cat <<\_ACEOF 1228 ThirdPartyHSL configure 1.1 stable1228 ThirdPartyHSL configure 1.1.1 1229 1229 generated by GNU Autoconf 2.59 1230 1230 … … 1246 1246 running configure, to aid debugging if configure makes a mistake. 1247 1247 1248 It was created by ThirdPartyHSL $as_me 1.1 stable, which was1248 It was created by ThirdPartyHSL $as_me 1.1.1, which was 1249 1249 generated by GNU Autoconf 2.59. Invocation command line was 1250 1250 … … 4252 4252 # Define the identity of the package. 4253 4253 PACKAGE='thirdpartyhsl' 4254 VERSION='1.1 stable'4254 VERSION='1.1.1' 4255 4255 4256 4256 … … 21012 21012 cat >&5 <<_CSEOF 21013 21013 21014 This file was extended by ThirdPartyHSL $as_me 1.1 stable, which was21014 This file was extended by ThirdPartyHSL $as_me 1.1.1, which was 21015 21015 generated by GNU Autoconf 2.59. Invocation command line was 21016 21016 … … 21070 21070 cat >>$CONFIG_STATUS <<_ACEOF 21071 21071 ac_cs_version="\\ 21072 ThirdPartyHSL config.status 1.1 stable21072 ThirdPartyHSL config.status 1.1.1 21073 21073 configured by $0, generated by GNU Autoconf 2.59, 21074 21074 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/HSL/stable/1.1/configure.ac
r1016 r1041 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyHSL],[1.1 stable],15 AC_INIT([ThirdPartyHSL],[1.1.1], 16 16 [http://projects.coin-or.org/BuildTools/newticket]) 17 17
Note: See TracChangeset
for help on using the changeset viewer.