diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-05-05 20:35:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 20:35:34 (GMT) |
commit | 8ef6dda49ce15a0f7b20089262fecf582791d6de (patch) | |
tree | d58de763fe3fb80eca2e90b8528c7714ee24d51c /test | |
parent | af209f208034154847b4baae15268413eaeb14df (diff) | |
download | hdf5-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 'test')
-rw-r--r-- | test/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index b245651..6d749ae 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1441,6 +1441,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@ |