summaryrefslogtreecommitdiffstats
path: root/fortran/src/Makefile.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2016-05-23 22:02:08 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2016-05-23 22:02:08 (GMT)
commit77099ba3bca48c2b7fcfe85aae62ec13b94a66eb (patch)
treee58b22e2c75171d591cd845faec085afefb3f526 /fortran/src/Makefile.in
parent509316b5fe467ab1e64ec9cd7a3ee75159f91e3a (diff)
downloadhdf5-77099ba3bca48c2b7fcfe85aae62ec13b94a66eb.zip
hdf5-77099ba3bca48c2b7fcfe85aae62ec13b94a66eb.tar.gz
hdf5-77099ba3bca48c2b7fcfe85aae62ec13b94a66eb.tar.bz2
[svn-r29954] */run*-ex.sh.in:hdf5-1_10_0-patch1
Scripts to compile and run installed needed relative paths to the installed bin directory instead of the ablsolute path from $prefix (on the build machines). Committing changes to version strings generated by running bin/release for HDF5 1.10.0-patch1.
Diffstat (limited to 'fortran/src/Makefile.in')
-rw-r--r--fortran/src/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index a4d2f9d..1fe40e3 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -774,13 +774,13 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
LT_VERS_INTERFACE = 100
-LT_VERS_REVISION = 0
+LT_VERS_REVISION = 1
LT_VERS_AGE = 0
LT_CXX_VERS_INTERFACE = 100
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_AGE = 0
LT_F_VERS_INTERFACE = 100
-LT_F_VERS_REVISION = 0
+LT_F_VERS_REVISION = 1
LT_F_VERS_AGE = 0
LT_HL_VERS_INTERFACE = 100
LT_HL_VERS_REVISION = 0
@@ -795,7 +795,7 @@ LT_JAVA_VERS_INTERFACE = 100
LT_JAVA_VERS_REVISION = 0
LT_JAVA_VERS_AGE = 0
LT_TOOLS_VERS_INTERFACE = 100
-LT_TOOLS_VERS_REVISION = 0
+LT_TOOLS_VERS_REVISION = 1
LT_TOOLS_VERS_AGE = 0
AM_FCLIBS = $(LIBHDF5)