Changeset 3338
- Timestamp:
- Jan 18, 2015 3:44:54 AM (6 years ago)
- Location:
- ThirdParty/HSL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/HSL/trunk/configure
r3335 r3338 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.4.3 # Generated by GNU Autoconf 2.59 for ThirdPartyHSL trunk. 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.4'433 PACKAGE_STRING='ThirdPartyHSL 1.4'432 PACKAGE_VERSION='trunk' 433 PACKAGE_STRING='ThirdPartyHSL trunk' 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.4to adapt to many kinds of systems.1012 \`configure' configures ThirdPartyHSL trunk 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.4:";;1078 short | recursive ) echo "Configuration of ThirdPartyHSL trunk:";; 1079 1079 esac 1080 1080 cat <<\_ACEOF … … 1259 1259 if $ac_init_version; then 1260 1260 cat <<\_ACEOF 1261 ThirdPartyHSL configure 1.41261 ThirdPartyHSL configure trunk 1262 1262 generated by GNU Autoconf 2.59 1263 1263 … … 1279 1279 running configure, to aid debugging if configure makes a mistake. 1280 1280 1281 It was created by ThirdPartyHSL $as_me 1.4, which was1281 It was created by ThirdPartyHSL $as_me trunk, which was 1282 1282 generated by GNU Autoconf 2.59. Invocation command line was 1283 1283 … … 5679 5679 # Define the identity of the package. 5680 5680 PACKAGE='thirdpartyhsl' 5681 VERSION=' 1.4'5681 VERSION='trunk' 5682 5682 5683 5683 … … 29630 29630 cat >&5 <<_CSEOF 29631 29631 29632 This file was extended by ThirdPartyHSL $as_me 1.4, which was29632 This file was extended by ThirdPartyHSL $as_me trunk, which was 29633 29633 generated by GNU Autoconf 2.59. Invocation command line was 29634 29634 … … 29693 29693 cat >>$CONFIG_STATUS <<_ACEOF 29694 29694 ac_cs_version="\\ 29695 ThirdPartyHSL config.status 1.429695 ThirdPartyHSL config.status trunk 29696 29696 configured by $0, generated by GNU Autoconf 2.59, 29697 29697 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/HSL/trunk/configure.ac
r3335 r3338 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyHSL],[ 1.4],[http://projects.coin-or.org/BuildTools/newticket])15 AC_INIT([ThirdPartyHSL],[trunk],[http://projects.coin-or.org/BuildTools/newticket]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.