summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2022-01-14 23:28:04 (GMT)
committerGitHub <noreply@github.com>2022-01-14 23:28:04 (GMT)
commit8b3c09f780e31ba96b9f5c370a0c19f8a0dcfe6c (patch)
treea72c114882cf0a2da885a0764402defd0d338d6e /configure.ac
parente56b0a3d508b73746c9676b56b275d0e7a486b7b (diff)
downloadhdf5-8b3c09f780e31ba96b9f5c370a0c19f8a0dcfe6c.zip
hdf5-8b3c09f780e31ba96b9f5c370a0c19f8a0dcfe6c.tar.gz
hdf5-8b3c09f780e31ba96b9f5c370a0c19f8a0dcfe6c.tar.bz2
Updated README.txt to README.md (#1375)
* H5Lexists docs: Removed reference to 1.8.16 since the change is the 1.8.x releases, HDFFV-11289 * H5Oget_info_by_name, name can be any object, not just a group * Converted README.txt to README.md and updated files referring to README.txt to README.md. * removed references to README.txt * updated MANIFEST
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2520249..8d7f359 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3675,8 +3675,8 @@ fi
## and installed with the libraries (used to generate libhdf5.settings).
##
-## HDF5 version from the first line of the README.txt file.
-H5_VERSION="`cut -d' ' -f3 $srcdir/README.txt | head -1`"
+## HDF5 version from the first line of the README.md file.
+H5_VERSION="`cut -d' ' -f3 $srcdir/README.md | head -1`"
AC_SUBST([H5_VERSION])
## Configuration date