summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--release_docs/RELEASE.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e5041c6..2f5a5b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1102,7 +1102,7 @@ if test "X$HDF5_DOXYGEN" = "Xyes"; then
#AC_SUBST([DOXYGEN_OUTPUT_DIR], [hdf5lib_docs])
else
- AC_MSG_RESULT([no])
+ echo "Doxygen support is disabled"
fi
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index af697f1..266f767 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -52,8 +52,8 @@ New Features
Autoconf option is '--enable-doxygen'
autotools make target is 'doxygen' and will build all doxygen targets
- CMake confgure option is 'HDF5_BUILD_DOC'.
- CMake target is 'doxygen' for all availble doxygen targets
+ CMake configure option is 'HDF5_BUILD_DOC'.
+ CMake target is 'doxygen' for all available doxygen targets
CMake target is 'hdf5lib_doc' for the src subdirectory
(ADB - 2020/11/03)