Changeset 1528
- Timestamp:
- Apr 28, 2010 1:35:55 PM (11 years ago)
- Location:
- ThirdParty/Lapack/stable/1.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/stable/1.1/configure
r1526 r1528 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.1 .0.3 # Generated by GNU Autoconf 2.59 for ThirdPartyLapack 1.1stable. 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.1 .0'433 PACKAGE_STRING='ThirdPartyLapack 1.1 .0'432 PACKAGE_VERSION='1.1stable' 433 PACKAGE_STRING='ThirdPartyLapack 1.1stable' 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.1 .0to adapt to many kinds of systems.1004 \`configure' configures ThirdPartyLapack 1.1stable 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.1 .0:";;1070 short | recursive ) echo "Configuration of ThirdPartyLapack 1.1stable:";; 1071 1071 esac 1072 1072 cat <<\_ACEOF … … 1232 1232 if $ac_init_version; then 1233 1233 cat <<\_ACEOF 1234 ThirdPartyLapack configure 1.1 .01234 ThirdPartyLapack configure 1.1stable 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.1 .0, which was1254 It was created by ThirdPartyLapack $as_me 1.1stable, 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.1 .0'4287 VERSION='1.1stable' 4288 4288 4289 4289 … … 25601 25601 cat >&5 <<_CSEOF 25602 25602 25603 This file was extended by ThirdPartyLapack $as_me 1.1 .0, which was25603 This file was extended by ThirdPartyLapack $as_me 1.1stable, 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.1 .025664 ThirdPartyLapack config.status 1.1stable 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.1/configure.ac
r1526 r1528 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyLapack],[1.1 .0],15 AC_INIT([ThirdPartyLapack],[1.1stable], 16 16 [http://projects.coin-or.org/BuildTools/newticket]) 17 17
Note: See TracChangeset
for help on using the changeset viewer.