summaryrefslogtreecommitdiffstats
path: root/examples/run-c-ex.sh.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2015-04-02 21:07:53 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2015-04-02 21:07:53 (GMT)
commit3032f3adf388e74935d19b6e00ee1637123d1682 (patch)
tree836df7aff039bcb4beb30034ec24001cbe4d0e3a /examples/run-c-ex.sh.in
parent33c8035f0e8cd62b0fc4b5100f922426b1b77a8f (diff)
downloadhdf5-3032f3adf388e74935d19b6e00ee1637123d1682.zip
hdf5-3032f3adf388e74935d19b6e00ee1637123d1682.tar.gz
hdf5-3032f3adf388e74935d19b6e00ee1637123d1682.tar.bz2
[svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure.
Also changed paths to h5cc, etc. in scripts to run installed examples from relative paths to absolute paths. Tested with h5committest.
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 9b2a2bb..6b5d0f7 100644
--- a/examples/run-c-ex.sh.in
+++ b/examples/run-c-ex.sh.in
@@ -33,7 +33,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@"