From 618518c34a2f94efcf88926bba52576143e6045f Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Sat, 28 Sep 2024 20:14:51 -0600 Subject: [PATCH] dox --- configure.ac | 15 ++++++++------- docs/Makefile.am | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 45fa815db0..d3e89af9f8 100644 --- a/configure.ac +++ b/configure.ac @@ -2137,6 +2137,7 @@ if test "x${HDF5_PLUGIN_PATH}" = x ; then HDF5_PLUGIN_PATH="${ALLUSERSPROFILE}\\hdfd5\\lib\\plugin" else HDF5_PLUGIN_PATH="/usr/local/hdf5/lib/plugin" + fi fi # The --with-plugin-dir gives the user control of the plugin @@ -2175,14 +2176,14 @@ if test "x$ISMSVC" = xyes || test "x$ISMINGW" = xyes; then else PLUGIN_DIR=`echo "$PLUGIN_PATH" | tr ':;' ' '` fi +last= for pp in ${PLUGIN_DIR} ; do last="$pp"; done - PLUGIN_DIR="$last" - with_plugin_dir_setting="$PLUGIN_DIR" - # canonical form is all forward slashes - with_plugin_dir=`echo "$PLUGIN_DIR" | tr '\\\\' '/'` - enable_plugin_dir=yes - AC_MSG_NOTICE([Final --with-plugin-dir=$with_plugin_dir]) -done +PLUGIN_DIR="$last" +with_plugin_dir_setting="$PLUGIN_DIR" +# canonical form is all forward slashes +with_plugin_dir=`echo "$PLUGIN_DIR" | tr '\\\\' '/'` +enable_plugin_dir=yes +AC_MSG_NOTICE([Final --with-plugin-dir=$with_plugin_dir]) AM_CONDITIONAL([ENABLE_PLUGIN_DIR], [test "x$enable_plugin_dir" = xyes]) AC_SUBST([PLUGIN_INSTALL_DIR], [$with_plugin_dir]) # Better value for libnetcdf.settings diff --git a/docs/Makefile.am b/docs/Makefile.am index 3bacd2d08d..5f897260ed 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -16,7 +16,7 @@ known_problems.md COPYRIGHT.md inmeminternal.dox testserver.dox \ byterange.md nczarr.md quantize.md all-error-codes.md \ quickstart_paths.md cloud.md header.html attribute_conventions.md \ file_format_specifications.md quickstart_filters.md quickstart_env.md \ -doxygen-awesome-css netcdf-50x50.png +doxygen-awesome-css netcdf-50x50.png pluginpath.md # Turn off parallel builds in this directory. .NOTPARALLEL: