diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2014-02-22 18:22:26 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2014-02-22 18:22:26 (GMT) |
commit | f4781c29dafd56a6298e563391735a9b0453b515 (patch) | |
tree | 23f4de4cb63a7ab62fa8b2dfc28ae0b559321622 /tools/h5copy | |
parent | 86d6651b44ce710bea66d7893d97673ead588268 (diff) | |
download | hdf5-f4781c29dafd56a6298e563391735a9b0453b515.zip hdf5-f4781c29dafd56a6298e563391735a9b0453b515.tar.gz hdf5-f4781c29dafd56a6298e563391735a9b0453b515.tar.bz2 |
[svn-r24732] Fix for reconfigure, which fails because LT_ADD_LIBHDF5_DEPENDENCY is used in Makefiles but the declaration in configure.ac is missing.
Copied declaration from trunk. Tested with h5committest on jam ostrich koala and platypus(cmake).
Diffstat (limited to 'tools/h5copy')
-rw-r--r-- | tools/h5copy/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5copy/Makefile.in b/tools/h5copy/Makefile.in index 3278f80..b922c9b 100644 --- a/tools/h5copy/Makefile.in +++ b/tools/h5copy/Makefile.in @@ -262,6 +262,7 @@ LIPO = @LIPO@ LL_PATH = @LL_PATH@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ +LT_ADD_LIBHDF5_DEPENDENCY = @LT_ADD_LIBHDF5_DEPENDENCY@ LT_STATIC_EXEC = @LT_STATIC_EXEC@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ |