diff options
author | Noah Slater <nslater@apache.org> | 2009-03-20 14:29:30 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-03-20 14:29:30 +0000 |
commit | 951a5a3dca2c850bc60c05796b450d67a364cfd4 (patch) | |
tree | e892aa9084d2518cfa5aa90c90ec359fd328a6df /bootstrap | |
parent | bbb5dd8aac27620f55c8f868ecb2f1a2524a8d1c (diff) | |
download | couchdb-951a5a3dca2c850bc60c05796b450d67a364cfd4.tar.gz |
shut automake up during bootstrap
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@756485 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |