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:05:31 UTC

couchdb commit: updated refs/heads/master to 3734fa7

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


fix: end ./configure with a friendly message


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

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

----------------------------------------------------------------------
 configure | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/3734fa7c/configure
----------------------------------------------------------------------
diff --git a/configure b/configure
index 74c5787..b13abec 100755
--- a/configure
+++ b/configure
@@ -234,3 +234,5 @@ if [ -d .git  -a $SKIP_DEPS -ne 1 ]; then
     echo "==> updating dependencies"
     ${REBAR} get-deps update-deps
 fi
+
+echo "You have configured Apache CouchDB, time to relax. Relax."