Updated Branches: refs/heads/master 9e4562e74 -> 4e75136b0
Amend DEVELOPERS and CHANGES for autoconf 2.63 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4e75136b Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4e75136b Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4e75136b Branch: refs/heads/master Commit: 4e75136b0103b8f1016ec51ef7d4b450af81b30f Parents: 09ff99a Author: Dave Cottlehuber <[email protected]> Authored: Thu Mar 14 23:32:29 2013 +0100 Committer: Dave Cottlehuber <[email protected]> Committed: Thu Mar 14 23:33:12 2013 +0100 ---------------------------------------------------------------------- CHANGES | 2 ++ DEVELOPERS | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4e75136b/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index ddb60a3..fe4034a 100644 --- a/CHANGES +++ b/CHANGES @@ -87,6 +87,8 @@ Log System: Build System: * C/C++ compiler detection has been improved. + * Autoconf v2.63 is now required if building from git checkout directly. + See DEVELOPERS file for more details. Version 1.2.1 ------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4e75136b/DEVELOPERS ---------------------------------------------------------------------- diff --git a/DEVELOPERS b/DEVELOPERS index c63c032..c5fc83a 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -12,7 +12,7 @@ You will need the following installed: * GNU Libtool (http://www.gnu.org/software/libtool/) * GNU Automake (>=1.6.3) (http://www.gnu.org/software/automake/) - * GNU Autoconf (>=2.68) (http://www.gnu.org/software/autoconf/) + * GNU Autoconf (>=2.63) (http://www.gnu.org/software/autoconf/) * GNU Autoconf Archive (http://www.gnu.org/software/autoconf-archive/) * pkg-config (http://www.freedesktop.org/wiki/Software/pkg-config)
