summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-07-01 16:03:41 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2015-07-01 16:03:41 +1000
commite6688915e88705a2ea10b604fa6255395d2d9933 (patch)
treef1100d1bd0d2c24eb802e43a7cc2045253d06be7 /build_posix
parentc44578980ef8617bea680e9ee991d371e34b7591 (diff)
downloadmongo-e6688915e88705a2ea10b604fa6255395d2d9933.tar.gz
WT-1987 Add a TEST_WRAPPER variable for running all tests with valgrind or similar.
Diffstat (limited to 'build_posix')
-rw-r--r--build_posix/configure.ac.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/build_posix/configure.ac.in b/build_posix/configure.ac.in
index 4bfb4df7fa2..de2f8963629 100644
--- a/build_posix/configure.ac.in
+++ b/build_posix/configure.ac.in
@@ -13,7 +13,9 @@ AC_CONFIG_SRCDIR([RELEASE_INFO])
: ${CFLAGS=-O3 -g}
: ${CXXFLAGS=-O3 -g}
-AM_INIT_AUTOMAKE([1.11 foreign parallel-tests subdir-objects])
+# We rely on some automake features for testing (like AM_TEST_ENVIRONMENT)
+# that didn't work before 1.11.6.
+AM_INIT_AUTOMAKE([1.11.6 foreign parallel-tests subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
# Configure options. The AM_OPTIONS and the libtool configuration