Changeset 392
- Timestamp:
- Jun 22, 2007 1:25:36 AM (14 years ago)
- Location:
- ThirdParty/HSL/stable/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/HSL/stable/1.0/configure
r376 r392 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyHSL 0.0.3 # Generated by GNU Autoconf 2.59 for ThirdPartyHSL 1.0.6. 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=' 0.0'433 PACKAGE_STRING='ThirdPartyHSL 0.0'432 PACKAGE_VERSION='1.0.6' 433 PACKAGE_STRING='ThirdPartyHSL 1.0.6' 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 0.0to adapt to many kinds of systems.1000 \`configure' configures ThirdPartyHSL 1.0.6 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 0.0:";;1066 short | recursive ) echo "Configuration of ThirdPartyHSL 1.0.6:";; 1067 1067 esac 1068 1068 cat <<\_ACEOF … … 1223 1223 if $ac_init_version; then 1224 1224 cat <<\_ACEOF 1225 ThirdPartyHSL configure 0.01225 ThirdPartyHSL configure 1.0.6 1226 1226 generated by GNU Autoconf 2.59 1227 1227 … … 1243 1243 running configure, to aid debugging if configure makes a mistake. 1244 1244 1245 It was created by ThirdPartyHSL $as_me 0.0, which was1245 It was created by ThirdPartyHSL $as_me 1.0.6, which was 1246 1246 generated by GNU Autoconf 2.59. Invocation command line was 1247 1247 … … 4147 4147 # Define the identity of the package. 4148 4148 PACKAGE='thirdpartyhsl' 4149 VERSION=' 0.0'4149 VERSION='1.0.6' 4150 4150 4151 4151 … … 20865 20865 cat >&5 <<_CSEOF 20866 20866 20867 This file was extended by ThirdPartyHSL $as_me 0.0, which was20867 This file was extended by ThirdPartyHSL $as_me 1.0.6, which was 20868 20868 generated by GNU Autoconf 2.59. Invocation command line was 20869 20869 … … 20923 20923 cat >>$CONFIG_STATUS <<_ACEOF 20924 20924 ac_cs_version="\\ 20925 ThirdPartyHSL config.status 0.020925 ThirdPartyHSL config.status 1.0.6 20926 20926 configured by $0, generated by GNU Autoconf 2.59, 20927 20927 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/HSL/stable/1.0/configure.ac
r219 r392 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyHSL],[ 0.0],15 AC_INIT([ThirdPartyHSL],[1.0.6], 16 16 [http://projects.coin-or.org/BuildTools/newticket]) 17 17
Note: See TracChangeset
for help on using the changeset viewer.