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 03BFC10671 for ; Mon, 7 Oct 2013 16:20:41 +0000 (UTC) Received: (qmail 29431 invoked by uid 500); 7 Oct 2013 16:20:12 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 29091 invoked by uid 500); 7 Oct 2013 16:20:09 -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 28913 invoked by uid 99); 7 Oct 2013 16:20:08 -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, 07 Oct 2013 16:20:08 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AB8E6911698; Mon, 7 Oct 2013 16:20:08 +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 Date: Mon, 07 Oct 2013 16:20:21 -0000 Message-Id: <354273910d5c4b9185edd1b94d10c30a@git.apache.org> In-Reply-To: <6124c3b12b0b4f31bca7f0db6bdfa718@git.apache.org> References: <6124c3b12b0b4f31bca7f0db6bdfa718@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [15/47] git commit: updated refs/heads/1.5.x to 797537c trailing spaces Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d5cf182c Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d5cf182c Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d5cf182c Branch: refs/heads/1.5.x Commit: d5cf182c3fe52a3700ceca18a6f8faf14c66a42d Parents: cb1191e Author: Jan Lehnardt Authored: Fri Oct 4 14:57:43 2013 +0200 Committer: Jan Lehnardt Committed: Fri Oct 4 14:57:43 2013 +0200 ---------------------------------------------------------------------- configure.ac | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/d5cf182c/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index a5c7f86..8ebb602 100644 --- a/configure.ac +++ b/configure.ac @@ -129,7 +129,7 @@ AS_IF([test x${ERL} = x], [ AC_MSG_ERROR([Could not find the `erl' executable. Is Erlang installed?]) ]) -AC_ARG_WITH([erlang], +AC_ARG_WITH([erlang], [AS_HELP_STRING([--with-erlang=PATH], [set PATH to the Erlang include directory]) ], [ @@ -477,35 +477,35 @@ tests_enabled=yes docs_enabled=yes strictness_enabled=no -AC_ARG_ENABLE([init], +AC_ARG_ENABLE([init], [AS_HELP_STRING([--disable-init], [don't install init script where applicable]) ], [ use_init=$enableval ], []) -AC_ARG_ENABLE([launchd], +AC_ARG_ENABLE([launchd], [AS_HELP_STRING([--disable-launchd], [don't install launchd configuration where applicable]) ], [ use_launchd=$enableval ], []) -AC_ARG_ENABLE([native-mochijson], +AC_ARG_ENABLE([native-mochijson], [AS_HELP_STRING([--enable-native-mochijson], [compile mochijson to native code (EXPERIMENTAL)]) ], [ native_mochijson_enabled=$enableval ], []) -AC_ARG_ENABLE([tests], +AC_ARG_ENABLE([tests], [AS_HELP_STRING([--disable-tests], [skip tests during build]) ], [ tests_enabled=$enableval ], []) -AC_ARG_ENABLE([docs], +AC_ARG_ENABLE([docs], [AS_HELP_STRING([--disable-docs], [skip docs during build]) ], [ @@ -615,7 +615,7 @@ if test x${docs_enabled} = xyes; then build_html=yes if test x${HAS_MAKEINFO} = xyes; then build_info=yes - fi + fi if test x${HAS_PDFLATEX} = xyes; then build_pdf=yes fi