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 /c++ | |
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 'c++')
-rw-r--r-- | c++/Makefile.in | 1 | ||||
-rw-r--r-- | c++/examples/Makefile.in | 1 | ||||
-rw-r--r-- | c++/src/Makefile.in | 1 | ||||
-rw-r--r-- | c++/test/Makefile.in | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in index 2dfb03a..6d7494b 100644 --- a/c++/Makefile.in +++ b/c++/Makefile.in @@ -229,6 +229,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@ diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index e839750..9f01763 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -195,6 +195,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@ diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index ff90dad..13043cb 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -251,6 +251,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@ diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in index 0945169..3fbdf92 100644 --- a/c++/test/Makefile.in +++ b/c++/test/Makefile.in @@ -218,6 +218,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@ |