diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2010-05-04 23:57:47 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2010-05-04 23:57:47 (GMT) |
commit | f20bd5f62411d6d45ce0dbea7ce9b45a022aa005 (patch) | |
tree | 5a443e2565a574d3922fba95dcf4fb7c2caa9970 /testpar | |
parent | 7cb55dd05270a5c6df2e492c14490bc2ddd4dc41 (diff) | |
download | hdf5-f20bd5f62411d6d45ce0dbea7ce9b45a022aa005.zip hdf5-f20bd5f62411d6d45ce0dbea7ce9b45a022aa005.tar.gz hdf5-f20bd5f62411d6d45ce0dbea7ce9b45a022aa005.tar.bz2 |
[svn-r18701] ID 1853:
Added the configure option --enable-h5dump-packed-bits for the h5dump
optional feature.
Tested:
Jam (default and --disable-h5dump-packed-bits).
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in index bee63d0..9ea103a 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -239,6 +239,7 @@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKED_BITS = @PACKED_BITS@ PARALLEL = @PARALLEL@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ |