summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-10-17 21:43:55 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-10-17 21:43:55 (GMT)
commit3be01f770df218ed95e6347b0db54fc4c4f4f81a (patch)
tree6fbeccf3fdf100fe2de78dc4081001ce554b5da0
parent87a56d9da22fb904cbd667f4d3cef1071ffe5954 (diff)
downloadhdf5-3be01f770df218ed95e6347b0db54fc4c4f4f81a.zip
hdf5-3be01f770df218ed95e6347b0db54fc4c4f4f81a.tar.gz
hdf5-3be01f770df218ed95e6347b0db54fc4c4f4f81a.tar.bz2
[svn-r11574] Purpose:
Updated release notes for TR fix.
-rw-r--r--release_docs/INSTALL4
-rw-r--r--release_docs/RELEASE.txt2
2 files changed, 4 insertions, 2 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL
index bb9352c..9b1ca32 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -330,8 +330,8 @@
$ MAKE=gmake ./configure
$ gmake
- The `AR' and `RANLIB' variables can also be set to the names of
- the `ar' and `ranlib' (or `:') commands to override values
+ The `AR', `RANLIB', and 'TR' variables can also be set to the names of
+ the `ar', `ranlib' (or `:'), and 'tr' commands to override values
detected by configure.
The HDF5 library, include files, and utilities are installed
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 97cd46f..9800168 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -36,6 +36,8 @@ New Features
Configuration:
--------------
+ - Configure uses the 'TR' variable to let the user override the path
+ to the 'tr' utility. -JML 2005/10/17
- Configure can recognize -lmpich as a form of MPI library. -AKC-
2005/9/28.
- MD5 checksumming has been added to snapshot releases. Release