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 E864FD410 for ; Sat, 13 Oct 2012 15:51:39 +0000 (UTC) Received: (qmail 53441 invoked by uid 500); 13 Oct 2012 15:51:39 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 53405 invoked by uid 500); 13 Oct 2012 15:51:39 -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 53396 invoked by uid 99); 13 Oct 2012 15:51:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Oct 2012 15:51:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 641B04431C; Sat, 13 Oct 2012 15:51:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nslater@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Fixed up for consistency Message-Id: <20121013155139.641B04431C@tyr.zones.apache.org> Date: Sat, 13 Oct 2012 15:51:39 +0000 (UTC) Updated Branches: refs/heads/docs f7d148060 -> 5e307b416 Fixed up for consistency Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5e307b41 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5e307b41 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5e307b41 Branch: refs/heads/docs Commit: 5e307b4161c8dda8233ef6e6033c3b9a8a44f9e9 Parents: f7d1480 Author: Noah Slater Authored: Sat Oct 13 16:51:33 2012 +0100 Committer: Noah Slater Committed: Sat Oct 13 16:51:33 2012 +0100 ---------------------------------------------------------------------- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/5e307b41/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 88bb8bf..194b04c 100644 --- a/configure.ac +++ b/configure.ac @@ -497,10 +497,10 @@ fi AM_CONDITIONAL([INIT], [test x${init_enabled} = xtrue]) AM_CONDITIONAL([LAUNCHD], [test x${launchd_enabled} = xtrue]) +AM_CONDITIONAL([RUN_TESTS], [test x${skip_tests} = xyes]) AM_CONDITIONAL([HELP2MAN], [test x${help2man_enabled} = xtrue]) AM_CONDITIONAL([USE_NATIVE_MOCHIJSON], [test x${native_mochijson_enabled} = xyes]) AM_CONDITIONAL([USE_CURL], [test x${use_curl} = xyes]) -AM_CONDITIONAL([RUN_TESTS], [test x$skip_tests = xyes]) AC_SUBST([package_author_name], ["LOCAL_PACKAGE_AUTHOR_NAME"]) AC_SUBST([package_author_address], ["LOCAL_PACKAGE_AUTHOR_ADDRESS"])