You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/05/08 20:19:40 UTC

[couchdb] branch dev-search created (now a41a639e5)

This is an automated email from the ASF dual-hosted git repository.

ronny pushed a change to branch dev-search
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at a41a639e5 Add new configure option and restore --dev behavior

This branch includes the following new commits:

     new a41a639e5 Add new configure option and restore --dev behavior

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Add new configure option and restore --dev behavior

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch dev-search
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit a41a639e507b2c788e1ea36251bb762f9addb8b8
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Mon May 8 22:18:59 2023 +0200

    Add new configure option and restore --dev behavior
---
 configure | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/configure b/configure
index 10d1d57ff..5b59440bc 100755
--- a/configure
+++ b/configure
@@ -127,6 +127,13 @@ parse_opts() {
                 ;;
 
             --dev)
+                WITH_DOCS=0
+                WITH_FAUXTON=0
+                shift
+                continue
+                ;;
+
+            --dev-search)
                 WITH_DOCS=0
                 WITH_FAUXTON=0
                 WITH_NOUVEAU=1