diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-05-29 20:06:49 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-05-29 20:06:49 (GMT) |
commit | b73e0ae8e7a778a9b0f722a29bef75b79c478412 (patch) | |
tree | 3d5fa96056da89c61f0092e99e23c481b63b16c5 /hl/fortran/test | |
parent | bdcbada3f282774f709e17990dc7f77b24919950 (diff) | |
download | hdf5-b73e0ae8e7a778a9b0f722a29bef75b79c478412.zip hdf5-b73e0ae8e7a778a9b0f722a29bef75b79c478412.tar.gz hdf5-b73e0ae8e7a778a9b0f722a29bef75b79c478412.tar.bz2 |
[svn-r13815] Description:
Regenerate configuration files after latest checkin
Diffstat (limited to 'hl/fortran/test')
-rw-r--r-- | hl/fortran/test/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hl/fortran/test/Makefile.in b/hl/fortran/test/Makefile.in index eb04477..74d93fb 100644 --- a/hl/fortran/test/Makefile.in +++ b/hl/fortran/test/Makefile.in @@ -108,6 +108,7 @@ CC_VERSION = @CC_VERSION@ # H5_CFLAGS holds flags that should be used as CFLAGS when building hdf5, # but which shouldn't be exported to h5cc for building other programs. CFLAGS = @CFLAGS@ @H5_CFLAGS@ +CLEARFILEBUF = @CLEARFILEBUF@ CONFIG_DATE = @CONFIG_DATE@ CONFIG_MODE = @CONFIG_MODE@ CONFIG_USER = @CONFIG_USER@ @@ -213,6 +214,7 @@ USE_FILTER_NBIT = @USE_FILTER_NBIT@ USE_FILTER_SCALEOFFSET = @USE_FILTER_SCALEOFFSET@ USE_FILTER_SHUFFLE = @USE_FILTER_SHUFFLE@ USE_FILTER_SZIP = @USE_FILTER_SZIP@ +USINGMEMCHECKER = @USINGMEMCHECKER@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ |