summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-10-04 14:57:43 +0200
committerJan Lehnardt <jan@apache.org>2013-10-04 14:57:43 +0200
commitd5cf182c3fe52a3700ceca18a6f8faf14c66a42d (patch)
treec17b6e95ff0c9c4b8ed6a7ebddd1e081cac11885
parentcb1191e36712d90145738e8b21e707041b422078 (diff)
downloadcouchdb-d5cf182c3fe52a3700ceca18a6f8faf14c66a42d.tar.gz
trailing spaces
-rw-r--r--configure.ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index a5c7f8621..8ebb60266 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