Changeset 1347
- Timestamp:
- Jul 16, 2009 2:27:57 PM (12 years ago)
- Location:
- ThirdParty/HSL/stable/1.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/HSL/stable/1.1/configure
r1345 r1347 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 .4.3 # Generated by GNU Autoconf 2.59 for ThirdPartyHSL 1.1stable. 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 .4'433 PACKAGE_STRING='ThirdPartyHSL 1.1 .4'432 PACKAGE_VERSION='1.1stable' 433 PACKAGE_STRING='ThirdPartyHSL 1.1stable' 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 .4to adapt to many kinds of systems.1000 \`configure' configures ThirdPartyHSL 1.1stable 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 .4:";;1066 short | recursive ) echo "Configuration of ThirdPartyHSL 1.1stable:";; 1067 1067 esac 1068 1068 cat <<\_ACEOF … … 1226 1226 if $ac_init_version; then 1227 1227 cat <<\_ACEOF 1228 ThirdPartyHSL configure 1.1 .41228 ThirdPartyHSL configure 1.1stable 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 .4, which was1248 It was created by ThirdPartyHSL $as_me 1.1stable, which was 1249 1249 generated by GNU Autoconf 2.59. Invocation command line was 1250 1250 … … 4263 4263 # Define the identity of the package. 4264 4264 PACKAGE='thirdpartyhsl' 4265 VERSION='1.1 .4'4265 VERSION='1.1stable' 4266 4266 4267 4267 … … 21023 21023 cat >&5 <<_CSEOF 21024 21024 21025 This file was extended by ThirdPartyHSL $as_me 1.1 .4, which was21025 This file was extended by ThirdPartyHSL $as_me 1.1stable, which was 21026 21026 generated by GNU Autoconf 2.59. Invocation command line was 21027 21027 … … 21081 21081 cat >>$CONFIG_STATUS <<_ACEOF 21082 21082 ac_cs_version="\\ 21083 ThirdPartyHSL config.status 1.1 .421083 ThirdPartyHSL config.status 1.1stable 21084 21084 configured by $0, generated by GNU Autoconf 2.59, 21085 21085 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/HSL/stable/1.1/configure.ac
r1345 r1347 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyHSL],[1.1 .4],15 AC_INIT([ThirdPartyHSL],[1.1stable], 16 16 [http://projects.coin-or.org/BuildTools/newticket]) 17 17
Note: See TracChangeset
for help on using the changeset viewer.