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 /fortran/examples/run-fortran-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 'fortran/examples/run-fortran-ex.sh.in')
-rw-r--r-- | fortran/examples/run-fortran-ex.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/examples/run-fortran-ex.sh.in b/fortran/examples/run-fortran-ex.sh.in index da0c357..7490d0e 100644 --- a/fortran/examples/run-fortran-ex.sh.in +++ b/fortran/examples/run-fortran-ex.sh.in @@ -18,7 +18,7 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # This script will compile and run the fortran examples from source files # -# installed in .../share/hdf5_examples/fortran using h5fc or h5pfc. The # +# installed in @examplesdir@/fortran using h5fc or h5pfc. 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 # @@ -32,7 +32,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@" |