summaryrefslogtreecommitdiffstats
path: root/examples/run-c-ex.sh.in
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-10-03 20:56:34 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-12-19 21:03:41 (GMT)
commitbe8c2117b608a9ce43d3a112230159811d30cea2 (patch)
tree5944ae27ed39637da7800601b9fead8aa9c26b6f /examples/run-c-ex.sh.in
parent126963be0ed9f059b85d400f1d43415275ce1dfa (diff)
downloadhdf5-be8c2117b608a9ce43d3a112230159811d30cea2.zip
hdf5-be8c2117b608a9ce43d3a112230159811d30cea2.tar.gz
hdf5-be8c2117b608a9ce43d3a112230159811d30cea2.tar.bz2
Let us override the examples directory using --with-examplesdir=DIR.
This is handy for NetBSD where HDF5 examples are installed by convention in $prefix/share/examples/hdf5/ rather than in ${prefix}/share/hdf5_examples/, which is the HDF5 default. Place hdf5_examples/ under ${datarootdir} which on most systems will be ${prefix}/share/, anyway.
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 83c7581..3648706 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. #