diff options
author | James Laird <jlaird@hdfgroup.org> | 2007-02-06 18:21:39 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2007-02-06 18:21:39 (GMT) |
commit | 9e390cc1d94864b678ac9013793b157ce4d200f7 (patch) | |
tree | 7671ea1af51c76505714f4ac7d3e37bb2b9b46fc /configure | |
parent | 571523db1ffab60b505a0f66d3f7c25f4d1752d7 (diff) | |
download | hdf5-9e390cc1d94864b678ac9013793b157ce4d200f7.zip hdf5-9e390cc1d94864b678ac9013793b157ce4d200f7.tar.gz hdf5-9e390cc1d94864b678ac9013793b157ce4d200f7.tar.bz2 |
[svn-r13245] Added "superblock extension" object header to hold shared object header
information, rather than storing it directly in the superblock.
This should make future updates to the superblock much less painful.
Tested on Windows, kagiso, and smirom.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 13216 2007-01-29 16:58:07Z hdftest . +# From configure.in Id: configure.in 13225 2007-01-30 22:23:30Z acheng . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.60 for HDF5 1.8.0-alpha6snap1. # |