This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch chore/configure-options in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 51703726a26303cd154a8732710ab6556eae3627 Author: Ronny Berndt <[email protected]> AuthorDate: Tue Dec 2 19:31:01 2025 +0100 chore(dev): Improve configure help message - adding --disable-spidermonkey to help text for option --dev - reorder entries --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index f0433f515..e5d48f6c1 100755 --- a/configure +++ b/configure @@ -62,13 +62,15 @@ Options: -h | --help display a short help message and exit -u | --user USER set the username to run as (defaults to $COUCHDB_USER) + --dev alias for --disable-docs --disable-fauxton --disable-spidermonkey --disable-fauxton do not build Fauxton --disable-docs do not build any documentation or manpages + --disable-spidermonkey disable spidermonkey, don't try to build it + --spidermonkey-version VSN specify the version of SpiderMonkey to use (defaults to $SM_VSN) + --js-engine=ENGINE use js engine: spidermonkey or quickjs, defaults to spidermonkey --with-nouveau build the new experimental search module --with-clouseau build the Clouseau search module --erlang-md5 use erlang for md5 hash operations - --dev alias for --disable-docs --disable-fauxton - --spidermonkey-version VSN specify the version of SpiderMonkey to use (defaults to $SM_VSN) --clouseau-method MTH specify the method for Clouseau to deploy: git or dist (defaults to $CLOUSEAU_MTH) --clouseau-uri URI specify the location for retrieving Clouseau (defaults $(printf "$CLOUSEAU_URI" "$CLOUSEAU_VSN" "$CLOUSEAU_VSN")) --clouseau-version VSN specify the version (tag/branch for git) of Clouseau to use (defaults to $CLOUSEAU_VSN) @@ -76,8 +78,6 @@ Options: --rebar=PATH use rebar by specified path (version >=2.6.0 && <3.0 required) --rebar3=PATH use rebar3 by specified path --erlfmt=PATH use erlfmt by specified path - --js-engine=ENGINE use js engine: spidermonkey or quickjs, defaults to spidermonkey - --disable-spidermonkey disable spidermonkey, don't try to build it EOF }
