diff options
-rw-r--r-- | release_docs/INSTALL | 4 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
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 |