[
https://issues.apache.org/jira/browse/COUCHDB-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13601662#comment-13601662
]
Dave Cottlehuber commented on COUCHDB-1692:
-------------------------------------------
+1 for this going onto both master and 1.3.x, added as a release blocker for
now.
https://github.com/apache/couchdb/pull/49.patch:
>From 1090ea572e28b71dbf8269f483db50bd86ab3594 Mon Sep 17 00:00:00 2001
From: Wendall Cada <[email protected]>
Date: Mon, 11 Mar 2013 13:42:57 -0700
Subject: [PATCH] COUCHDB-1692 Relaxing autoconf version to 2.63.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 5246830..e148bbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ AC_INIT(
[LOCAL_BUG_URI],
[LOCAL_PACKAGE_TARNAME])
-AC_PREREQ([2.68])
+AC_PREREQ([2.63])
AC_CONFIG_SRCDIR([CHANGES])
AC_CONFIG_AUX_DIR([build-aux])
--
1.7.10
> Build requires autoconf >=2.68
> ------------------------------
>
> Key: COUCHDB-1692
> URL: https://issues.apache.org/jira/browse/COUCHDB-1692
> Project: CouchDB
> Issue Type: Improvement
> Components: Build System
> Reporter: Wendall Cada
> Assignee: Noah Slater
> Fix For: 1.3
>
>
> The current build system for 1.3.0 requires autoconf 2.68 or greater. This is
> acceptable for very recent linux distributions, but the requirement makes
> building on Centos 6/Amazon Linux/RHEL 6 impossible without patching
> configure.ac to support autoconf 2.63
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira