summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-07-05 20:17:27 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-07-05 20:17:27 (GMT)
commit78e2bab0b4d3a435aaa1a9dad331b02626a2045d (patch)
tree03cdbef9ebfa03511f63316bc3bb6d1427fc1966 /configure
parentace710ac1346ff5e6ae2c3dc97c6d32543e90c58 (diff)
downloadhdf5-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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 221f43d..d25c4ed 100755
--- a/configure
+++ b/configure
@@ -9702,7 +9702,7 @@ rm -f conftest*
fi
-H5_VERSION=`cut -d' ' -f3 $srcdir/README |head -1`
+H5_VERSION=`cut -d' ' -f3 $srcdir/README.txt | head -1`
CONFIG_DATE=`date`