mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-27 06:27:51 +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
|
AC_SUBST([REMOTE]) REMOTE=stub
|
||||||
use_customs=false
|
use_customs=false
|
||||||
AC_ARG_WITH([customs],
|
AC_ARG_WITH([customs],
|
||||||
[ AC_HELP_STRING([--with-customs=DIR],
|
[AC_HELP_STRING([--with-customs=DIR],
|
||||||
[enable remote jobs via Customs--see README.customs])],
|
[enable remote jobs via Customs--see README.customs])],
|
||||||
[ AS_CASE([$withval], [n|no], [:],
|
[ AS_CASE([$withval], [n|no], [:],
|
||||||
[make_cppflags="$CPPFLAGS"
|
[make_cppflags="$CPPFLAGS"
|
||||||
AS_CASE([$withval],
|
AS_CASE([$withval],
|
||||||
|
|
Loading…
Reference in a new issue