summaryrefslogtreecommitdiffstats
path: root/hl/c++/examples/run-hlc++-ex.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'hl/c++/examples/run-hlc++-ex.sh.in')
-rwxr-xr-xhl/c++/examples/run-hlc++-ex.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/c++/examples/run-hlc++-ex.sh.in b/hl/c++/examples/run-hlc++-ex.sh.in
index b800981..7742f99 100755
--- a/hl/c++/examples/run-hlc++-ex.sh.in
+++ b/hl/c++/examples/run-hlc++-ex.sh.in
@@ -32,8 +32,8 @@
EXIT_SUCCESS=0
EXIT_FAILURE=1
# Where the tool is installed.
-# Note: no '/' after DESTDIR. Explanation in commence.am
-prefix="${prefix:-${DESTDIR}@prefix@}"
+# default is relative path to installed location of the tools
+prefix="${prefix:-../../../../}"
AR="@AR@"
RANLIB="@RANLIB@"
H5TOOL="h5c++" # The tool name