diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-05 20:17:27 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-05 20:17:27 (GMT) |
commit | 78e2bab0b4d3a435aaa1a9dad331b02626a2045d (patch) | |
tree | 03cdbef9ebfa03511f63316bc3bb6d1427fc1966 /configure.in | |
parent | ace710ac1346ff5e6ae2c3dc97c6d32543e90c58 (diff) | |
download | hdf5-78e2bab0b4d3a435aaa1a9dad331b02626a2045d.zip hdf5-78e2bab0b4d3a435aaa1a9dad331b02626a2045d.tar.gz hdf5-78e2bab0b4d3a435aaa1a9dad331b02626a2045d.tar.bz2 |
[svn-r4115] Purpose:
Bug Fix
Description:
Small bug fix introduced by the changing of the name of the README
file to README.txt
Solution:
Changed the file name in the configure script from README to
README.txt
Platforms tested:
Linux
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 9b74ee1..fde8d6f 100644 --- a/configure.in +++ b/configure.in @@ -1413,8 +1413,8 @@ dnl Set some variables for general configuration information to be saved dnl and installed with the libraries. dnl -dnl HDF5 version from the first line of the README file. -H5_VERSION=`cut -d' ' -f3 $srcdir/README |head -1` +dnl HDF5 version from the first line of the README.txt file. +H5_VERSION=`cut -d' ' -f3 $srcdir/README.txt | head -1` AC_SUBST(H5_VERSION) dnl Configuration date |