summaryrefslogtreecommitdiffstats
path: root/c++
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 /c++
parent509316b5fe467ab1e64ec9cd7a3ee75159f91e3a (diff)
downloadhdf5-hdf5-1_10_0-patch1.zip
hdf5-hdf5-1_10_0-patch1.tar.gz
hdf5-hdf5-1_10_0-patch1.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 'c++')
-rw-r--r--c++/examples/run-c++-ex.sh.in2
-rw-r--r--c++/src/Makefile.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/c++/examples/run-c++-ex.sh.in b/c++/examples/run-c++-ex.sh.in
index eae2782..c291bb2 100644
--- a/c++/examples/run-c++-ex.sh.in
+++ b/c++/examples/run-c++-ex.sh.in
@@ -34,7 +34,7 @@ EXIT_FAILURE=1
# Where the tool is installed.
# default is relative path to installed location of the tools
-prefix="${prefix:-@prefix@}"
+prefix="${prefix:-../../..}"
AR="@AR@"
RANLIB="@RANLIB@"
H5TOOL="h5c++" # The tool name
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index 4479889..cdd0756 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -746,13 +746,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
@@ -767,7 +767,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
# This is our main target