Changeset 2649
- Timestamp:
- Nov 21, 2012 9:47:04 AM (8 years ago)
- Location:
- ThirdParty/Lapack/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/trunk/configure
r2647 r2649 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.4.3 # Generated by GNU Autoconf 2.59 for ThirdPartyLapack trunk. 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.4'433 PACKAGE_STRING='ThirdPartyLapack 1.4'432 PACKAGE_VERSION='trunk' 433 PACKAGE_STRING='ThirdPartyLapack trunk' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 1006 1006 # This message is too long to be a string in the A/UX 3.1 sh. 1007 1007 cat <<_ACEOF 1008 \`configure' configures ThirdPartyLapack 1.4to adapt to many kinds of systems.1008 \`configure' configures ThirdPartyLapack trunk to adapt to many kinds of systems. 1009 1009 1010 1010 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1072 1072 if test -n "$ac_init_help"; then 1073 1073 case $ac_init_help in 1074 short | recursive ) echo "Configuration of ThirdPartyLapack 1.4:";;1074 short | recursive ) echo "Configuration of ThirdPartyLapack trunk:";; 1075 1075 esac 1076 1076 cat <<\_ACEOF … … 1248 1248 if $ac_init_version; then 1249 1249 cat <<\_ACEOF 1250 ThirdPartyLapack configure 1.41250 ThirdPartyLapack configure trunk 1251 1251 generated by GNU Autoconf 2.59 1252 1252 … … 1268 1268 running configure, to aid debugging if configure makes a mistake. 1269 1269 1270 It was created by ThirdPartyLapack $as_me 1.4, which was1270 It was created by ThirdPartyLapack $as_me trunk, which was 1271 1271 generated by GNU Autoconf 2.59. Invocation command line was 1272 1272 … … 8932 8932 # Define the identity of the package. 8933 8933 PACKAGE='thirdpartylapack' 8934 VERSION=' 1.4'8934 VERSION='trunk' 8935 8935 8936 8936 … … 25687 25687 cat >&5 <<_CSEOF 25688 25688 25689 This file was extended by ThirdPartyLapack $as_me 1.4, which was25689 This file was extended by ThirdPartyLapack $as_me trunk, which was 25690 25690 generated by GNU Autoconf 2.59. Invocation command line was 25691 25691 … … 25748 25748 cat >>$CONFIG_STATUS <<_ACEOF 25749 25749 ac_cs_version="\\ 25750 ThirdPartyLapack config.status 1.425750 ThirdPartyLapack config.status trunk 25751 25751 configured by $0, generated by GNU Autoconf 2.59, 25752 25752 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Lapack/trunk/configure.ac
r2647 r2649 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyLapack],[ 1.4],[http://projects.coin-or.org/BuildTools/newticket])15 AC_INIT([ThirdPartyLapack],[trunk],[http://projects.coin-or.org/BuildTools/newticket]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.