diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-15 16:42:03 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-15 16:42:03 (GMT) |
commit | 389cc309c55299b7f4ae4ed77f039a878e67335d (patch) | |
tree | 6f95e817301937201e2ad3b13d32923e678a1384 /hl/tools | |
parent | fb1776dd9e61645b1123ca456632f323e954c5f5 (diff) | |
download | hdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.zip hdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.tar.gz hdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.tar.bz2 |
[svn-r15007] Purpose: configure cleanup
Description: cleaning up configure related to removal of --disable-hsizet
flag, which we no longer support.
Tested: kagiso
Diffstat (limited to 'hl/tools')
-rw-r--r-- | hl/tools/Makefile.in | 1 | ||||
-rw-r--r-- | hl/tools/gif2h5/Makefile.in | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hl/tools/Makefile.in b/hl/tools/Makefile.in index a92fa11..ec37f61 100644 --- a/hl/tools/Makefile.in +++ b/hl/tools/Makefile.in @@ -151,7 +151,6 @@ HDF_FORTRAN = @HDF_FORTRAN@ HID_T = @HID_T@ HL = @HL@ HL_FOR = @HL_FOR@ -HSIZET = @HSIZET@ HSIZE_T = @HSIZE_T@ HSSIZE_T = @HSSIZE_T@ INSTALL = @INSTALL@ diff --git a/hl/tools/gif2h5/Makefile.in b/hl/tools/gif2h5/Makefile.in index aba052e..a67df6c 100644 --- a/hl/tools/gif2h5/Makefile.in +++ b/hl/tools/gif2h5/Makefile.in @@ -172,7 +172,6 @@ HDF_FORTRAN = @HDF_FORTRAN@ HID_T = @HID_T@ HL = @HL@ HL_FOR = @HL_FOR@ -HSIZET = @HSIZET@ HSIZE_T = @HSIZE_T@ HSSIZE_T = @HSSIZE_T@ INSTALL = @INSTALL@ |