Changeset 1348
- Timestamp:
- Jul 16, 2009 2:31:40 PM (12 years ago)
- Location:
- ThirdParty/Lapack/stable/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/stable/1.0/configure
r1335 r1348 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyLapack 1.0 stable.3 # Generated by GNU Autoconf 2.59 for ThirdPartyLapack 1.0.19. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartyLapack' 431 431 PACKAGE_TARNAME='thirdpartylapack' 432 PACKAGE_VERSION='1.0 stable'433 PACKAGE_STRING='ThirdPartyLapack 1.0 stable'432 PACKAGE_VERSION='1.0.19' 433 PACKAGE_STRING='ThirdPartyLapack 1.0.19' 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 ThirdPartyLapack 1.0 stableto adapt to many kinds of systems.1004 \`configure' configures ThirdPartyLapack 1.0.19 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 ThirdPartyLapack 1.0 stable:";;1070 short | recursive ) echo "Configuration of ThirdPartyLapack 1.0.19:";; 1071 1071 esac 1072 1072 cat <<\_ACEOF … … 1232 1232 if $ac_init_version; then 1233 1233 cat <<\_ACEOF 1234 ThirdPartyLapack configure 1.0 stable1234 ThirdPartyLapack configure 1.0.19 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 ThirdPartyLapack $as_me 1.0 stable, which was1254 It was created by ThirdPartyLapack $as_me 1.0.19, which was 1255 1255 generated by GNU Autoconf 2.59. Invocation command line was 1256 1256 … … 4285 4285 # Define the identity of the package. 4286 4286 PACKAGE='thirdpartylapack' 4287 VERSION='1.0 stable'4287 VERSION='1.0.19' 4288 4288 4289 4289 … … 25601 25601 cat >&5 <<_CSEOF 25602 25602 25603 This file was extended by ThirdPartyLapack $as_me 1.0 stable, which was25603 This file was extended by ThirdPartyLapack $as_me 1.0.19, which was 25604 25604 generated by GNU Autoconf 2.59. Invocation command line was 25605 25605 … … 25662 25662 cat >>$CONFIG_STATUS <<_ACEOF 25663 25663 ac_cs_version="\\ 25664 ThirdPartyLapack config.status 1.0 stable25664 ThirdPartyLapack config.status 1.0.19 25665 25665 configured by $0, generated by GNU Autoconf 2.59, 25666 25666 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Lapack/stable/1.0/configure.ac
r1290 r1348 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyLapack],[1.0 stable],15 AC_INIT([ThirdPartyLapack],[1.0.19], 16 16 [http://projects.coin-or.org/BuildTools/newticket]) 17 17
Note: See TracChangeset
for help on using the changeset viewer.