diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-09-15 13:03:44 +0200 |
|---|---|---|
| committer | Paul Smith <psmith@gnu.org> | 2014-09-15 14:17:49 -0400 |
| commit | bd716a1ec15de746138c15d6d69fad3d0cd8e1c9 (patch) | |
| tree | 0657d8ab0d761da34d036ef4d8ba25449def65c0 | |
| parent | b484efca569713b0518ae6e226ef5451d7125e28 (diff) | |
| download | gunmake-bd716a1ec15de746138c15d6d69fad3d0cd8e1c9.tar.gz | |
* configure.ac: Fix spacing in helptext of customs
Copyright-paperwork-exempt: yes
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 97fd090..8afa51d 100644 --- a/configure.ac +++ b/configure.ac @@ -249,8 +249,8 @@ AS_IF([test "$PATH_SEPARATOR" = ';'], AC_SUBST([REMOTE]) REMOTE=stub use_customs=false AC_ARG_WITH([customs], -[ AC_HELP_STRING([--with-customs=DIR], - [enable remote jobs via Customs--see README.customs])], +[AC_HELP_STRING([--with-customs=DIR], + [enable remote jobs via Customs--see README.customs])], [ AS_CASE([$withval], [n|no], [:], [make_cppflags="$CPPFLAGS" AS_CASE([$withval], |
