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 /fortran/src | |
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 'fortran/src')
-rw-r--r-- | fortran/src/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 9915932..1fede4d 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -731,6 +731,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 |