Changeset 1133
- Timestamp:
- Aug 22, 2008 2:11:18 PM (12 years ago)
- Location:
- ThirdParty/Blas/stable/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/stable/1.0/configure
r1118 r1133 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.0 stable.3 # Generated by GNU Autoconf 2.59 for ThirdPartyBlas 1.0.13. 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.0 stable'433 PACKAGE_STRING='ThirdPartyBlas 1.0 stable'432 PACKAGE_VERSION='1.0.13' 433 PACKAGE_STRING='ThirdPartyBlas 1.0.13' 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 ThirdPartyBlas 1.0 stableto adapt to many kinds of systems.1000 \`configure' configures ThirdPartyBlas 1.0.13 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 ThirdPartyBlas 1.0 stable:";;1066 short | recursive ) echo "Configuration of ThirdPartyBlas 1.0.13:";; 1067 1067 esac 1068 1068 cat <<\_ACEOF … … 1224 1224 if $ac_init_version; then 1225 1225 cat <<\_ACEOF 1226 ThirdPartyBlas configure 1.0 stable1226 ThirdPartyBlas configure 1.0.13 1227 1227 generated by GNU Autoconf 2.59 1228 1228 … … 1244 1244 running configure, to aid debugging if configure makes a mistake. 1245 1245 1246 It was created by ThirdPartyBlas $as_me 1.0 stable, which was1246 It was created by ThirdPartyBlas $as_me 1.0.13, which was 1247 1247 generated by GNU Autoconf 2.59. Invocation command line was 1248 1248 … … 4241 4241 # Define the identity of the package. 4242 4242 PACKAGE='thirdpartyblas' 4243 VERSION='1.0 stable'4243 VERSION='1.0.13' 4244 4244 4245 4245 … … 23537 23537 cat >&5 <<_CSEOF 23538 23538 23539 This file was extended by ThirdPartyBlas $as_me 1.0 stable, which was23539 This file was extended by ThirdPartyBlas $as_me 1.0.13, which was 23540 23540 generated by GNU Autoconf 2.59. Invocation command line was 23541 23541 … … 23595 23595 cat >>$CONFIG_STATUS <<_ACEOF 23596 23596 ac_cs_version="\\ 23597 ThirdPartyBlas config.status 1.0 stable23597 ThirdPartyBlas config.status 1.0.13 23598 23598 configured by $0, generated by GNU Autoconf 2.59, 23599 23599 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Blas/stable/1.0/configure.ac
r1040 r1133 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyBlas],[1.0 stable],[http://projects.coin-or.org/BuildTools/newticket])15 AC_INIT([ThirdPartyBlas],[1.0.13],[http://projects.coin-or.org/BuildTools/newticket]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.