[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/2] * configure.ac: Fix spacing in helptext of customs
From: |
Bernhard Reutner-Fischer |
Subject: |
[PATCH 1/2] * configure.ac: Fix spacing in helptext of customs |
Date: |
Mon, 15 Sep 2014 13:03:44 +0200 |
Signed-off-by: Bernhard Reutner-Fischer <address@hidden>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 97fd090..1770c88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -249,7 +249,7 @@ AS_IF([test "$PATH_SEPARATOR" = ';'],
AC_SUBST([REMOTE]) REMOTE=stub
use_customs=false
AC_ARG_WITH([customs],
-[ AC_HELP_STRING([--with-customs=DIR],
+[AC_HELP_STRING([--with-customs=DIR],
[enable remote jobs via Customs--see README.customs])],
[ AS_CASE([$withval], [n|no], [:],
[make_cppflags="$CPPFLAGS"
--
2.1.0
- [PATCH 1/2] * configure.ac: Fix spacing in helptext of customs,
Bernhard Reutner-Fischer <=