Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D087EAB7 for ; Mon, 28 Jan 2013 18:23:06 +0000 (UTC) Received: (qmail 59944 invoked by uid 500); 28 Jan 2013 18:23:05 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 59901 invoked by uid 500); 28 Jan 2013 18:23:05 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 59890 invoked by uid 99); 28 Jan 2013 18:23:05 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 18:23:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 95C0282671E; Mon, 28 Jan 2013 18:23:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: fix COUCHDB-1653 Message-Id: <20130128182305.95C0282671E@tyr.zones.apache.org> Date: Mon, 28 Jan 2013 18:23:05 +0000 (UTC) Updated Branches: refs/heads/1.2.x 34125be21 -> 1f22df7de fix COUCHDB-1653 AM_... is obsolote. use AC_CONFIG_HEADERS instead. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1f22df7d Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1f22df7d Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1f22df7d Branch: refs/heads/1.2.x Commit: 1f22df7deb1157d3673ed72c47fb1ae943380448 Parents: 34125be Author: benoitc Authored: Sat Jan 26 21:51:10 2013 +0100 Committer: Robert Newson Committed: Mon Jan 28 18:22:57 2013 +0000 ---------------------------------------------------------------------- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/1f22df7d/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index de212ec..99543b0 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_CONFIG_SRCDIR([CHANGES]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADERS([src/snappy/google-snappy/config.h]) AM_INIT_AUTOMAKE([1.6.3 foreign])