summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2010-03-13 13:24:19 +0000
committerNoah Slater <nslater@apache.org>2010-03-13 13:24:19 +0000
commit9ddb73d69074ddbadd5040d1ab65d3d5727209a0 (patch)
treeebe280ae18b518c6635d696fb870f79dc9a4a795 /bootstrap
parentdf02faf94ccac1b3ca0b213611c2f3fba7d9420d (diff)
symlink automake files
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@922551 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index aa4d9e78..947e56d6 100755
--- a/bootstrap
+++ b/bootstrap
@@ -56,7 +56,7 @@ fi
aclocal -I m4
autoheader -f
-automake -f -c -a --gnits 2>&1 | sed -e "/install/d"
+automake -f -a 2>&1 | sed -e "/install/d"
autoconf -f
cat << EOF