summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-12-13 12:57:26 (GMT)
committerGitHub <noreply@github.com>2021-12-13 12:57:26 (GMT)
commit05535847026024e0ff8017c7c0b4753cbdfca80e (patch)
treefc304aef23bc5190c0730c41fcbe045d9c568569 /configure.ac
parent4f36b876530d02308d7051eea3065a631c677918 (diff)
downloadhdf5-05535847026024e0ff8017c7c0b4753cbdfca80e.zip
hdf5-05535847026024e0ff8017c7c0b4753cbdfca80e.tar.gz
hdf5-05535847026024e0ff8017c7c0b4753cbdfca80e.tar.bz2
Merge Fix directory variable in shell scripts #1273 (#1279)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 73485c0..19f4afc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1110,6 +1110,12 @@ else
AC_MSG_RESULT([no])
fi
+## These need to be exposed for some tests.
+AC_SUBST([H5_UTILS_TEST_BUILDDIR])
+H5_UTILS_TEST_BUILDDIR='utils/test'
+AC_SUBST([H5_TEST_BUILDDIR])
+H5_TEST_BUILDDIR='test'
+
## ----------------------------------------------------------------------
## Check if they would like to disable building tools
##