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:
Nicola Pero 2002-04-04 16:07:40 +00:00
parent d2f7ce4390
commit 181be17f50

View file

@ -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)