summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-05-05 20:35:34 (GMT)
committerGitHub <noreply@github.com>2023-05-05 20:35:34 (GMT)
commit8ef6dda49ce15a0f7b20089262fecf582791d6de (patch)
treed58de763fe3fb80eca2e90b8528c7714ee24d51c /src
parentaf209f208034154847b4baae15268413eaeb14df (diff)
downloadhdf5-8ef6dda49ce15a0f7b20089262fecf582791d6de.zip
hdf5-8ef6dda49ce15a0f7b20089262fecf582791d6de.tar.gz
hdf5-8ef6dda49ce15a0f7b20089262fecf582791d6de.tar.bz2
Hdf5 1 14 1 fix makefile.ins (#2917)
* Fix top-level Makefile.in * Generate release files with autogen.sh, autoconf 2.71, automake 1.16.2 and libtool 2.4.6 (module).
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in3
-rw-r--r--src/Makefile.in1
2 files changed, 2 insertions, 2 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 5c25f99..cd131cd 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -397,8 +397,7 @@
with special algorithm. */
#undef LONG_TO_LDOUBLE_SPECIAL
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Define if deprecated public API symbols are disabled */
diff --git a/src/Makefile.in b/src/Makefile.in
index ee7b313..2f1d3d1 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1035,6 +1035,7 @@ LL_PATH = @LL_PATH@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
LT_STATIC_EXEC = @LT_STATIC_EXEC@
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@