From 951a5a3dca2c850bc60c05796b450d67a364cfd4 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Fri, 20 Mar 2009 14:29:30 +0000 Subject: shut automake up during bootstrap git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@756485 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap | 3 +-- 1 file changed, 1 insertion(+), 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. -- cgit v1.2.3