Add note about DISTCHECK_CONFIGURE_FLAGS
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/974d63f3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/974d63f3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/974d63f3 Branch: refs/heads/1964-feature-fauxton-build Commit: 974d63f3c292360a2f3702122f5592ddda2513c4 Parents: 6b0305b Author: Noah Slater <[email protected]> Authored: Mon Dec 16 18:30:42 2013 +0100 Committer: Noah Slater <[email protected]> Committed: Mon Dec 16 18:30:42 2013 +0100 ---------------------------------------------------------------------- DEVELOPERS | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/974d63f3/DEVELOPERS ---------------------------------------------------------------------- diff --git a/DEVELOPERS b/DEVELOPERS index 6461184..b3e6512 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>
