diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2014-10-14 21:32:56 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2014-10-14 21:32:56 (GMT) |
commit | da8344c06474d9e1f8eb2f9a343ac8c83660a56f (patch) | |
tree | fd692cd480fd041393f6718abe0bc587be44e393 /src/Makefile.in | |
parent | 0a0ff45dee9eb61ab6fa07bf1fa1206dc4bc70d5 (diff) | |
download | hdf5-da8344c06474d9e1f8eb2f9a343ac8c83660a56f.zip hdf5-da8344c06474d9e1f8eb2f9a343ac8c83660a56f.tar.gz hdf5-da8344c06474d9e1f8eb2f9a343ac8c83660a56f.tar.bz2 |
[svn-r25705] Add LD path to HDF5 install directory to address HDFFV-8944.
Tested with h5committest and failed external daily tests.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 4f23820..f6914ae 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -726,6 +726,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. +# After making changes, run bin/reconfigure to update other configure related +# files like Makefile.in. LT_VERS_INTERFACE = 9 LT_VERS_REVISION = 1 LT_VERS_AGE = 0 |