Updated Branches: refs/heads/docs 1270573ff -> ec5430fa8
Added notes to bootstrap Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ec5430fa Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ec5430fa Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ec5430fa Branch: refs/heads/docs Commit: ec5430fa874477571679c6e0f9a83318e184be48 Parents: 1270573 Author: Noah Slater <[email protected]> Authored: Sun Oct 14 00:39:34 2012 +0100 Committer: Noah Slater <[email protected]> Committed: Sun Oct 14 00:39:34 2012 +0100 ---------------------------------------------------------------------- bootstrap | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ec5430fa/bootstrap ---------------------------------------------------------------------- diff --git a/bootstrap b/bootstrap index 816339e..820248f 100755 --- a/bootstrap +++ b/bootstrap @@ -85,6 +85,10 @@ if test ! -e $texi_file; then EOF fi +# @@ run autoupdate first, to get new syntax + +# @@ then convert this to use autoreconf -i -Wall + ${LIBTOOLIZE} -f -c --automake ${ACLOCAL} -I m4 ${AUTOHEADER} -f
