diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2011-08-23 19:17:35 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2011-08-23 19:17:35 (GMT) |
commit | dc09f2117c885b28ef2bcedcaebe25298ac1a787 (patch) | |
tree | 218cd75d886d909e9c8581158edd777b172c59c2 /configure | |
parent | d731512875c9c04651cef1ee488c95f5e0a2b0f7 (diff) | |
download | hdf5-dc09f2117c885b28ef2bcedcaebe25298ac1a787.zip hdf5-dc09f2117c885b28ef2bcedcaebe25298ac1a787.tar.gz hdf5-dc09f2117c885b28ef2bcedcaebe25298ac1a787.tar.bz2 |
[svn-r21302] Fixed the bin/trace Perl script so that it ignores a final ... parameter, which it can't process. This allows the correct H5TRACE8 trace function to be added to H5Epush2. Tested on jam (simple change).
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 21248 2011-08-18 14:32:47Z brtnfld . +# From configure.in Id: configure.in 21275 2011-08-21 03:17:37Z brtnfld . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for HDF5 1.9.89. # |