diff options
author | James Laird <jlaird@hdfgroup.org> | 2007-02-20 23:39:44 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2007-02-20 23:39:44 (GMT) |
commit | c64266b78ea4e86d281561b5b80778c50253ff7d (patch) | |
tree | 38eb4837c36f43492ab48a9d98122c70e63637d7 /configure | |
parent | 8f55acc0a156ebc3a62a7c4aa145931d00d31ac5 (diff) | |
download | hdf5-c64266b78ea4e86d281561b5b80778c50253ff7d.zip hdf5-c64266b78ea4e86d281561b5b80778c50253ff7d.tar.gz hdf5-c64266b78ea4e86d281561b5b80778c50253ff7d.tar.bz2 |
[svn-r13359] Fixed a bug where the -shlib flag for h5cc would end up on the Dependency line
in the Makefile.
Makefile change only. Tested on kagiso, to be used to test on cobalt.
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 13276 2007-02-11 06:52:21Z hdftest . +# From configure.in Id: configure.in 13355 2007-02-20 21:31:14Z acheng . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.60 for HDF5 1.8.0-alpha6snap2. # |