diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-08-31 15:28:10 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-08-31 15:28:10 (GMT) |
commit | ee3ed7a67ff8a3d8a3ce2dac4e6942724ba33c85 (patch) | |
tree | 44745f201d341aae51163b31b89d378776de516a /release_docs | |
parent | 4f9b08427b90139c3d21d8f8d5742f29f9f2722d (diff) | |
download | hdf5-ee3ed7a67ff8a3d8a3ce2dac4e6942724ba33c85.zip hdf5-ee3ed7a67ff8a3d8a3ce2dac4e6942724ba33c85.tar.gz hdf5-ee3ed7a67ff8a3d8a3ce2dac4e6942724ba33c85.tar.bz2 |
[svn-r17439] Purpose:
Updating autotools
Description:
Bring revisions 17345 and 17357 from trunk to 1.8, specifically:
- 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).
- bin/install-sh script replaced with new version as provided
by automake.
Tested:
- All issues on trunk were resolved, so only tested on jam and linew. Any
other outliers should be caught by daily tests.
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 9d2d2fb..3a5375f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -56,6 +56,8 @@ New Features Configuration ------------- + - Configuration suite now uses Automake 1.11 and Autoconf 2.64. + MAM 2009/08/31. - Changed default Gnu fortran compiler from g95 to gfortran since gfortran is more likely installed with gcc now. -AKC 2009/07/19- |