diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-04-08 14:50:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 14:50:20 (GMT) |
commit | 95909be9c3491f465b1a61dde5e17381e4179732 (patch) | |
tree | ce1a4750d92c2ed26f48abdcbf4715dc31a88858 /bin | |
parent | 41936183d72c71fa2cd0aa1d971ae6510c6b3ef1 (diff) | |
download | hdf5-95909be9c3491f465b1a61dde5e17381e4179732.zip hdf5-95909be9c3491f465b1a61dde5e17381e4179732.tar.gz hdf5-95909be9c3491f465b1a61dde5e17381e4179732.tar.bz2 |
Minor things discovered while preparing 1.12.2 (#1620)
Diffstat (limited to 'bin')
-rw-r--r-- | bin/h5cc.in | 2 | ||||
-rwxr-xr-x | bin/make_vers | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/h5cc.in b/bin/h5cc.in index 6835b79..966bb40 100644 --- a/bin/h5cc.in +++ b/bin/h5cc.in @@ -40,7 +40,7 @@ HL="@HL@" ## $CLINKER $H5BLD_CPPFLAGS $CPPFLAGS $H5BLD_CFLAGS $CFLAGS $LDFLAGS ## ## $LIBS $clibpath $link_objs $link_args $shared_link ## ## ## -## These settings can be overridden by setting HDF5_CFLAGS, ## +## These settings can be overridden by setting HDF5_CFLAGS, ## ## HDF5_CPPFLAGS, HDF5_LDFLAGS, or HDF5_LIBS in the environment. ## ## ## ############################################################################ diff --git a/bin/make_vers b/bin/make_vers index 3631d3c..f1399a4 100755 --- a/bin/make_vers +++ b/bin/make_vers @@ -6,7 +6,7 @@ use warnings; # (The max_idx parameter is the only thing that needs to be changed when adding # support for a new major release. If support for a prior major release # is added (like support for 1.4, etc), the min_sup_idx parameter will -# need to be decremented. - QAK) +# need to be decremented.) # Max. library "index" (0 = v1.0, 1 = 1.2, 2 = 1.4, 3 = 1.6, 4 = 1.8, 5 = 1.10, 6 = 1.12, 7 = 1.14, etc) $max_idx = 7; |