diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-07-19 21:47:33 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-07-19 21:47:33 (GMT) |
commit | 5d8a9053c7c4d7f2fe4807a64156ce8b986c4bd8 (patch) | |
tree | ee3accb8c711591703521dde85ebbe44c832eba9 /configure.in | |
parent | b0379795d52f23d09c7b1d273c3fa71aeba9b356 (diff) | |
download | hdf5-5d8a9053c7c4d7f2fe4807a64156ce8b986c4bd8.zip hdf5-5d8a9053c7c4d7f2fe4807a64156ce8b986c4bd8.tar.gz hdf5-5d8a9053c7c4d7f2fe4807a64156ce8b986c4bd8.tar.bz2 |
[svn-r12482] new tool h5copy
it uses the API function H5Gcopy to copy groups and datasets from file
to file, read from a command line
note: the test script is not finished yet
tested on heping, copper, shanti
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 9be5ca6..0710802 100644 --- a/configure.in +++ b/configure.in @@ -3501,6 +3501,7 @@ AC_CONFIG_FILES([src/libhdf5.settings tools/h5repack/Makefile tools/h5repack/h5repack.sh tools/h5ls/Makefile + tools/h5copy/Makefile tools/lib/Makefile tools/misc/Makefile tools/misc/h5cc |