diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-04-11 15:59:41 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-04-11 15:59:41 (GMT) |
commit | a67dbbaf810f44b7b05a72fa38fa1da621651896 (patch) | |
tree | b73ce8a66ddf048d9d14247525e860ea77e9ff59 /configure | |
parent | 338beff4e4744011d703c4ffecb58f2c2a34b292 (diff) | |
download | hdf5-a67dbbaf810f44b7b05a72fa38fa1da621651896.zip hdf5-a67dbbaf810f44b7b05a72fa38fa1da621651896.tar.gz hdf5-a67dbbaf810f44b7b05a72fa38fa1da621651896.tar.bz2 |
[svn-r20469] Bug 1386 - allow dimension size to be zero even though it isn't unlimited. This is a follow-up checkin for r20440:
1. I added a test case of extending dataset of zero dimension size and shrinking back to zero dimension size.
2. I updated the Makefile to include the new data file to be cleaned up.
Tested on jam - relatively simple.
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 20315 2011-03-24 18:33:45Z songyulu . +# From configure.in Id: configure.in 20405 2011-04-04 02:28:07Z koziol . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for HDF5 1.9.81. # |