You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2016/09/07 11:06:19 UTC

couchdb commit: updated refs/heads/master to 5859127

Repository: couchdb
Updated Branches:
  refs/heads/master 3734fa7c3 -> 5859127ab


chore: remove old comments


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5859127a
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5859127a
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5859127a

Branch: refs/heads/master
Commit: 5859127abf0a5695320b795eb0f0458d5b71301c
Parents: 3734fa7
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Sep 7 13:05:47 2016 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Sep 7 13:05:47 2016 +0200

----------------------------------------------------------------------
 configure | 25 -------------------------
 1 file changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/5859127a/configure
----------------------------------------------------------------------
diff --git a/configure b/configure
index b13abec..5a39e0a 100755
--- a/configure
+++ b/configure
@@ -40,36 +40,11 @@ Options:
 
   -h | --help                 display a short help message and exit
   -u | --user USER            set the username to run as (defaults to $COUCHDB_USER)
-  # --prefix=DIRECTORY          set the installation prefix (defaults to $DEFAULT_PREFIX)
-  # --databasedir DIRECTORY     specify the data directory (defaults to /var/lib/couchdb)
-  # --viewindexdir DIRECTORY    specify the view directory (defaults to /var/lib/couchdb)
-  # --logdir DIRECTORY          specify the log file (defaults to /var/log/couchdb.log)
   -c | --with-curl            request that couchjs is linked to cURL (default false)
   --disable-fauxton           do not build Fauxton
   --disable-docs              do not build any documentation or manpages
   --skip-deps                 do not update erlang dependencies
   --rebar=PATH                use rebar by specified path (version >=2.6.0 && <3.0 required)
-  #
-  #
-  # Installation directories:
-  #   --prefix=PREFIX         install architecture-independent files in PREFIX
-  #                           [/usr/local]
-  #   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
-  #                           [PREFIX]
-  #
-  # Fine tuning of the installation directories:
-  #   --bindir=DIR            user executables [EPREFIX/bin]
-  #   --libexecdir=DIR        program executables [EPREFIX/libexec]
-  #   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
-  #   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
-  #   --libdir=DIR            object code libraries [EPREFIX/lib]
-  #   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
-  #   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
-  #   --infodir=DIR           info documentation [DATAROOTDIR/info]
-  #   --mandir=DIR            man documentation [DATAROOTDIR/man]
-  #   --docdir=DIR            documentation root [DATAROOTDIR/doc/apache-couchdb]
-  #   --htmldir=DIR           html documentation [DOCDIR]
-  #   --pdfdir=DIR            pdf documentation [DOCDIR]
 EOF
 }