diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-08-12 18:55:25 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-08-12 18:55:25 (GMT) |
commit | 4598a59f86eaf9db3d838dbc367db494f8ef41f1 (patch) | |
tree | 4aa015e8e7f27f1d6f38fc7abcb278e4bb443691 /release_docs | |
parent | eb3fc461a4baa1a5d60b852ef7a9e80437462d5e (diff) | |
download | hdf5-4598a59f86eaf9db3d838dbc367db494f8ef41f1.zip hdf5-4598a59f86eaf9db3d838dbc367db494f8ef41f1.tar.gz hdf5-4598a59f86eaf9db3d838dbc367db494f8ef41f1.tar.bz2 |
[svn-r17345] Purpose:
Updating autotools
Description:
Installed new autotools and used them to reconfigure HDF5.
- Automake upgraded to 1.11
- Autoconf upgraded to 2.64
- bin/reconfigure script edited to use new versions (on jam), and
run to generate new configure script and Makefile.in's.
- configure.in script edited to add "_cv_" to all AC_CACHE_VAL strings
(in order to comply with new autoconf standard).
Tested:
Tested on machines jam, smirom, liberty, linew.
Tested w/ features c++, fortran, parallel.
Tested w/ compilers gcc, pgcc, icc.
Further testing via Daily Tests should catch any other outliers. Upon
passing DT's, I'll propogate the new tools into 1.8, hdf4, et cetera.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 274fe40..d6c7d6d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -39,6 +39,8 @@ New Features Configuration: ------------- + - Configuration suite now uses Automake 1.11 and Autoconf 2.64. + MAM 2009/08/11. - Changed default Gnu fortran compiler from g95 to gfortran since gfortran is more likely installed with gcc now. -AKC 2009/07/19- - Added libtool version numbers to generated c++, fortran, and |