diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-08-01 03:16:50 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-08-01 03:16:50 (GMT) |
commit | 438935557e04d6025a389fbe5fccb6290a62c054 (patch) | |
tree | 9523365ec13fe21eb0b6bfd393ee195f54ee9677 /config | |
parent | 0ee5526c2c95dd77ee61b917b16adfcacbd3a540 (diff) | |
download | hdf5-438935557e04d6025a389fbe5fccb6290a62c054.zip hdf5-438935557e04d6025a389fbe5fccb6290a62c054.tar.gz hdf5-438935557e04d6025a389fbe5fccb6290a62c054.tar.bz2 |
Fixed a couple of typos.
Diffstat (limited to 'config')
-rw-r--r-- | config/conclude.am | 2 | ||||
-rw-r--r-- | config/gnu-flags | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/conclude.am b/config/conclude.am index 2eec03a..58c2934 100644 --- a/config/conclude.am +++ b/config/conclude.am @@ -68,7 +68,7 @@ all-local: $(EXTRA_LIB) $(EXTRA_PROG) $(chk_TESTS) # make install-doc doesn't do anything outside of doc directory, but # Makefiles should recognize it. # UPDATE: docs no longer reside in this build tree, so this target -# is depreciated. +# is deprecated. install-doc uninstall-doc: @echo "Nothing to be done." diff --git a/config/gnu-flags b/config/gnu-flags index ae8ddb0..6355ccf 100644 --- a/config/gnu-flags +++ b/config/gnu-flags @@ -195,7 +195,7 @@ if test "X-gcc" = "X-$cc_vendor"; then # -Wvolatile-register-var was later incorporated into -Wall and # only needs to be specified explicitly for gcc 4.2-4.3 - if test $cc_vers_major -eq 4 -a $cc_vers_minor -ge 2 -o $cc_vers_major -eq 4 -a $$cc_vers_minor -le 3; then + if test $cc_vers_major -eq 4 -a $cc_vers_minor -ge 2 -o $cc_vers_major -eq 4 -a $cc_vers_minor -le 3; then H5_CFLAGS="$H5_CFLAGS -Wvolatile-register-var" fi |