This is an automated email from the ASF dual-hosted git repository.
ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new baf4e0ca9 chore(dev): Improve configure help message (#5804)
baf4e0ca9 is described below
commit baf4e0ca92bca845b84e8ede09af143a44ab077e
Author: Ronny Berndt <[email protected]>
AuthorDate: Tue Dec 16 09:55:19 2025 +0100
chore(dev): Improve configure help message (#5804)
---
configure | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure b/configure
index 5274f7230..819953da4 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
}