mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-26 14:00:55 +00:00
* configure.ac: Fix spacing in helptext of customs
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
b484efca56
commit
bd716a1ec1
1 changed files with 2 additions and 2 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue