diff options
Diffstat (limited to 'c++')
-rwxr-xr-x | c++/examples/run-c++-ex.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/examples/run-c++-ex.sh.in b/c++/examples/run-c++-ex.sh.in index 21db584..6b33577 100755 --- a/c++/examples/run-c++-ex.sh.in +++ b/c++/examples/run-c++-ex.sh.in @@ -33,8 +33,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 |