diff options
author | David Young <dyoung@hdfgroup.org> | 2019-10-03 22:30:46 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2019-10-03 22:30:46 (GMT) |
commit | 82f647534c309ff97e4827fb95949954aeed4a26 (patch) | |
tree | 6258917ded5ace02e773ca318e6255a509cb7d24 /examples/run-c-ex.sh.in | |
parent | 09bb031cf19e656ef8646a1448af5206b1b1cc29 (diff) | |
download | hdf5-82f647534c309ff97e4827fb95949954aeed4a26.zip hdf5-82f647534c309ff97e4827fb95949954aeed4a26.tar.gz hdf5-82f647534c309ff97e4827fb95949954aeed4a26.tar.bz2 |
Make some NetBSD compatibility patches.
Diffstat (limited to 'examples/run-c-ex.sh.in')
-rw-r--r-- | examples/run-c-ex.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in index 209cdd7..ffb01bc 100644 --- a/examples/run-c-ex.sh.in +++ b/examples/run-c-ex.sh.in @@ -18,7 +18,7 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # This script will compile and run the c examples from source files installed # -# in .../share/hdf5_examples/c using h5cc or h5pc. The order for running # +# in @examplesdir@/c using h5cc or h5pc. The order for running # # programs with RunTest in the MAIN section below is taken from the Makefile. # # The order is important since some of the test programs use data files created # # by earlier test programs. Any future additions should be placed accordingly. # @@ -31,7 +31,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@" |