diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-04-25 03:56:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 03:56:02 (GMT) |
commit | d19d9b4c8ace3c712cc8126e37f2a7e3ff68e8a9 (patch) | |
tree | 85a70b2f19c7c374a015da906e8a167db1394b55 /configure.ac | |
parent | d4cb10332fb87d6c758cbb68fef3aa206517a3a1 (diff) | |
download | hdf5-d19d9b4c8ace3c712cc8126e37f2a7e3ff68e8a9.zip hdf5-d19d9b4c8ace3c712cc8126e37f2a7e3ff68e8a9.tar.gz hdf5-d19d9b4c8ace3c712cc8126e37f2a7e3ff68e8a9.tar.bz2 |
Updates README.txt to README.md like the other branches (#1675)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6a1016b..90dbeeb 100644 --- a/configure.ac +++ b/configure.ac @@ -3590,8 +3590,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 |