From commits-return-9916-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Mon Feb 11 11:12:19 2013 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 6088DE89C for ; Mon, 11 Feb 2013 11:12:19 +0000 (UTC) Received: (qmail 49258 invoked by uid 500); 11 Feb 2013 11:12:18 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 49014 invoked by uid 500); 11 Feb 2013 11:12:18 -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 48336 invoked by uid 99); 11 Feb 2013 11:12:15 -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, 11 Feb 2013 11:12:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BE8373C742; Mon, 11 Feb 2013 11:12:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [33/50] [abbrv] git commit: fix COUCHDB-1653 Message-Id: <20130211111214.BE8373C742@tyr.zones.apache.org> Date: Mon, 11 Feb 2013 11:12:14 +0000 (UTC) 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/e62fa496 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e62fa496 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e62fa496 Branch: refs/heads/fauxton Commit: e62fa49621e7f4725afafa2e1ba4d3ae68cd1dbb Parents: f506050 Author: benoitc Authored: Sat Jan 26 21:51:10 2013 +0100 Committer: Russell Branca Committed: Thu Jan 31 11:02:06 2013 -0800 ---------------------------------------------------------------------- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/e62fa496/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 7ce4842..aa7a176 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])