Changeset 884
- Timestamp:
- Dec 27, 2007 11:15:30 PM (13 years ago)
- Location:
- ThirdParty/HSL/stable/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/HSL/stable/1.0/configure
r843 r884 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.0 stable.3 # Generated by GNU Autoconf 2.59 for ThirdPartyHSL 1.0.9. 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.0 stable'433 PACKAGE_STRING='ThirdPartyHSL 1.0 stable'432 PACKAGE_VERSION='1.0.9' 433 PACKAGE_STRING='ThirdPartyHSL 1.0.9' 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.0 stableto adapt to many kinds of systems.1000 \`configure' configures ThirdPartyHSL 1.0.9 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.0 stable:";;1066 short | recursive ) echo "Configuration of ThirdPartyHSL 1.0.9:";; 1067 1067 esac 1068 1068 cat <<\_ACEOF … … 1223 1223 if $ac_init_version; then 1224 1224 cat <<\_ACEOF 1225 ThirdPartyHSL configure 1.0 stable1225 ThirdPartyHSL configure 1.0.9 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 1.0 stable, which was1245 It was created by ThirdPartyHSL $as_me 1.0.9, which was 1246 1246 generated by GNU Autoconf 2.59. Invocation command line was 1247 1247 … … 4223 4223 # Define the identity of the package. 4224 4224 PACKAGE='thirdpartyhsl' 4225 VERSION='1.0 stable'4225 VERSION='1.0.9' 4226 4226 4227 4227 … … 20867 20867 cat >&5 <<_CSEOF 20868 20868 20869 This file was extended by ThirdPartyHSL $as_me 1.0 stable, which was20869 This file was extended by ThirdPartyHSL $as_me 1.0.9, which was 20870 20870 generated by GNU Autoconf 2.59. Invocation command line was 20871 20871 … … 20925 20925 cat >>$CONFIG_STATUS <<_ACEOF 20926 20926 ac_cs_version="\\ 20927 ThirdPartyHSL config.status 1.0 stable20927 ThirdPartyHSL config.status 1.0.9 20928 20928 configured by $0, generated by GNU Autoconf 2.59, 20929 20929 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/HSL/stable/1.0/configure.ac
r843 r884 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyHSL],[1.0 stable],15 AC_INIT([ThirdPartyHSL],[1.0.9], 16 16 [http://projects.coin-or.org/BuildTools/newticket]) 17 17
Note: See TracChangeset
for help on using the changeset viewer.