diff options
author | Jan Lehnardt <jan@apache.org> | 2016-09-07 13:05:26 +0200 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2016-09-07 13:05:26 +0200 |
commit | 3734fa7c31b68367e42228bd33e6815a0e5b2686 (patch) | |
tree | 8aa61c7bde934990cf7bb619aaf1f696327f5e5d | |
parent | c783ac233ee39a91e3798ff061b511ceda3aec09 (diff) | |
download | couchdb-3734fa7c31b68367e42228bd33e6815a0e5b2686.tar.gz |
fix: end ./configure with a friendly message
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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." |