summaryrefslogtreecommitdiffstats
path: root/examples/run-c-ex.sh.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 /examples/run-c-ex.sh.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 'examples/run-c-ex.sh.in')
-rw-r--r--examples/run-c-ex.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in
index 1661344..2158f37 100644
--- a/examples/run-c-ex.sh.in
+++ b/examples/run-c-ex.sh.in
@@ -33,7 +33,7 @@ EXIT_FAILURE=1
# Where the tool is installed.
# default is relative path to installed location of the tools
-prefix="${prefix:-@prefix@}"
+prefix="${prefix:-../../..}"
PARALLEL=@PARALLEL@ # Am I in parallel mode?
AR="@AR@"
RANLIB="@RANLIB@"