summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-03-20 14:29:30 +0000
committerNoah Slater <nslater@apache.org>2009-03-20 14:29:30 +0000
commit951a5a3dca2c850bc60c05796b450d67a364cfd4 (patch)
treee892aa9084d2518cfa5aa90c90ec359fd328a6df
parentbbb5dd8aac27620f55c8f868ecb2f1a2524a8d1c (diff)
shut automake up during bootstrap
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@756485 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xbootstrap3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 40b32586..3e96e891 100755
--- a/bootstrap
+++ b/bootstrap
@@ -51,11 +51,10 @@ fi
aclocal -I m4
autoheader -f
-automake -f -c -a --gnits
+automake -f -c -a --gnits 2>&1 | sed -e "/install/d"
autoconf -f
cat << EOF
-
You have bootstrapped Apache CouchDB, time to relax.
Run \`./configure' to configure the source before you install.