summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2013-12-16 18:30:42 +0100
committerNoah Slater <nslater@apache.org>2013-12-16 18:30:42 +0100
commit974d63f3c292360a2f3702122f5592ddda2513c4 (patch)
tree125b717858dc43294590e4368dd374c8a77d4254
parent6b0305b83df06e47b6e93c632ec53bf38e5915ad (diff)
downloadcouchdb-974d63f3c292360a2f3702122f5592ddda2513c4.tar.gz
Add note about DISTCHECK_CONFIGURE_FLAGS
-rw-r--r--DEVELOPERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/DEVELOPERS b/DEVELOPERS
index 646118442..b3e651233 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -260,6 +260,15 @@ If you're working on the build system itself, you can run:
This skips the tests allowing quicker `make' cycles.
+If you want to disable something for `make distcheck` you must pass down
+the `./configure` options through the environment.
+
+Run something like this:
+
+@@ this doens't work!
+
+ export DISTCHECK_CONFIGURE_FLAGS=--disable-tests
+
If you want to build it into different destination than `/usr/local`.
./configure --prefix=/<your directory path>