Changeset 2646
- Timestamp:
- Nov 21, 2012 9:45:51 AM (8 years ago)
- Location:
- ThirdParty/Blas/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/trunk/configure
r2644 r2646 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyBlas 1.3.3 # Generated by GNU Autoconf 2.59 for ThirdPartyBlas trunk. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartyBlas' 431 431 PACKAGE_TARNAME='thirdpartyblas' 432 PACKAGE_VERSION=' 1.3'433 PACKAGE_STRING='ThirdPartyBlas 1.3'432 PACKAGE_VERSION='trunk' 433 PACKAGE_STRING='ThirdPartyBlas trunk' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 1002 1002 # This message is too long to be a string in the A/UX 3.1 sh. 1003 1003 cat <<_ACEOF 1004 \`configure' configures ThirdPartyBlas 1.3to adapt to many kinds of systems.1004 \`configure' configures ThirdPartyBlas trunk to adapt to many kinds of systems. 1005 1005 1006 1006 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1068 1068 if test -n "$ac_init_help"; then 1069 1069 case $ac_init_help in 1070 short | recursive ) echo "Configuration of ThirdPartyBlas 1.3:";;1070 short | recursive ) echo "Configuration of ThirdPartyBlas trunk:";; 1071 1071 esac 1072 1072 cat <<\_ACEOF … … 1232 1232 if $ac_init_version; then 1233 1233 cat <<\_ACEOF 1234 ThirdPartyBlas configure 1.31234 ThirdPartyBlas configure trunk 1235 1235 generated by GNU Autoconf 2.59 1236 1236 … … 1252 1252 running configure, to aid debugging if configure makes a mistake. 1253 1253 1254 It was created by ThirdPartyBlas $as_me 1.3, which was1254 It was created by ThirdPartyBlas $as_me trunk, which was 1255 1255 generated by GNU Autoconf 2.59. Invocation command line was 1256 1256 … … 5515 5515 # Define the identity of the package. 5516 5516 PACKAGE='thirdpartyblas' 5517 VERSION=' 1.3'5517 VERSION='trunk' 5518 5518 5519 5519 … … 22226 22226 cat >&5 <<_CSEOF 22227 22227 22228 This file was extended by ThirdPartyBlas $as_me 1.3, which was22228 This file was extended by ThirdPartyBlas $as_me trunk, which was 22229 22229 generated by GNU Autoconf 2.59. Invocation command line was 22230 22230 … … 22284 22284 cat >>$CONFIG_STATUS <<_ACEOF 22285 22285 ac_cs_version="\\ 22286 ThirdPartyBlas config.status 1.322286 ThirdPartyBlas config.status trunk 22287 22287 configured by $0, generated by GNU Autoconf 2.59, 22288 22288 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Blas/trunk/configure.ac
r2644 r2646 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyBlas],[ 1.3],[http://projects.coin-or.org/BuildTools/newticket])15 AC_INIT([ThirdPartyBlas],[trunk],[http://projects.coin-or.org/BuildTools/newticket]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.