summaryrefslogtreecommitdiffstats
path: root/fortran/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2014-02-22 18:22:26 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2014-02-22 18:22:26 (GMT)
commitf4781c29dafd56a6298e563391735a9b0453b515 (patch)
tree23f4de4cb63a7ab62fa8b2dfc28ae0b559321622 /fortran/src
parent86d6651b44ce710bea66d7893d97673ead588268 (diff)
downloadhdf5-f4781c29dafd56a6298e563391735a9b0453b515.zip
hdf5-f4781c29dafd56a6298e563391735a9b0453b515.tar.gz
hdf5-f4781c29dafd56a6298e563391735a9b0453b515.tar.bz2
[svn-r24732] Fix for reconfigure, which fails because LT_ADD_LIBHDF5_DEPENDENCY is used in Makefiles but the declaration in configure.ac is missing.
Copied declaration from trunk. Tested with h5committest on jam ostrich koala and platypus(cmake).
Diffstat (limited to 'fortran/src')
-rw-r--r--fortran/src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 61f729d..5db905c 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -519,8 +519,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
-LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 160
+LT_VERS_INTERFACE = 8
+LT_VERS_REVISION = 2
LT_VERS_AGE = 0
# Include src directory in both Fortran and C flags (C compiler is used