mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Quote FORCE_USER_ROOT and DEFAULT_USER_ROOT
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13357 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d2f7ce4390
commit
181be17f50
1 changed files with 2 additions and 2 deletions
|
@ -206,7 +206,7 @@ AC_ARG_WITH(user-root,
|
|||
to force all users to share the same GNUSTEP_USER_ROOT directory. Example:
|
||||
--with-user-root=/CommonHome/GNUstep
|
||||
],
|
||||
FORCE_USER_ROOT="-DFORCE_USER_ROOT=$withval",
|
||||
FORCE_USER_ROOT="-DFORCE_USER_ROOT=\"$withval\"",
|
||||
FORCE_USER_ROOT=""
|
||||
)
|
||||
AC_MSG_RESULT($FORCE_USER_ROOT)
|
||||
|
@ -219,7 +219,7 @@ AC_ARG_WITH(defaults-root,
|
|||
to force all users to share common defaults. Example:
|
||||
--with-defaults-root=/CommonDefaults
|
||||
],
|
||||
FORCE_DEFAULTS_ROOT="-DFORCE_DEFAULTS_ROOT=$withval",
|
||||
FORCE_DEFAULTS_ROOT="-DFORCE_DEFAULTS_ROOT=\"$withval\"",
|
||||
FORCE_DEFAULTS_ROOT=""
|
||||
)
|
||||
AC_MSG_RESULT($FORCE_DEFAULTS_ROOT)
|
||||
|
|
Loading…
Reference in a new issue