summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2016-09-07 13:05:26 +0200
committerJan Lehnardt <jan@apache.org>2016-09-07 13:05:26 +0200
commit3734fa7c31b68367e42228bd33e6815a0e5b2686 (patch)
tree8aa61c7bde934990cf7bb619aaf1f696327f5e5d
parentc783ac233ee39a91e3798ff061b511ceda3aec09 (diff)
downloadcouchdb-3734fa7c31b68367e42228bd33e6815a0e5b2686.tar.gz
fix: end ./configure with a friendly message
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 74c5787b9..b13abecb7 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."