clarify --disable-environment-config-file documentation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24872 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2007-03-14 16:48:28 +00:00
parent 2aa7b2026c
commit 761a1021a3
2 changed files with 18 additions and 4 deletions

11
configure vendored
View file

@ -1331,8 +1331,15 @@ Optional Features:
useful to disable the environment variable useful to disable the environment variable
for sites which wish to 'lock down' users for sites which wish to 'lock down' users
to always work with a specific system-wide to always work with a specific system-wide
configuration. configuration. On unix-like systems the
Normally this should be left enabled. default is for this option to be enabled.
It is disabled by default on windows systems
so that the base library will not use a
config file intended for the gnustep-make
system (and containing unix-style paths
which cannot be used by widnows apps).
Normally this should be left at its default
setting.
--disable-importing-config-file --disable-importing-config-file
Disable importing of an existing GNUstep config Disable importing of an existing GNUstep config
file and use inbuilt defaults instead. file and use inbuilt defaults instead.

View file

@ -152,8 +152,15 @@ AC_ARG_ENABLE(environment-config-file,
useful to disable the environment variable useful to disable the environment variable
for sites which wish to 'lock down' users for sites which wish to 'lock down' users
to always work with a specific system-wide to always work with a specific system-wide
configuration. configuration. On unix-like systems the
Normally this should be left enabled.], default is for this option to be enabled.
It is disabled by default on windows systems
so that the base library will not use a
config file intended for the gnustep-make
system (and containing unix-style paths
which cannot be used by widnows apps).
Normally this should be left at its default
setting.],
ac_cv_environment_config_file=$enableval, ac_cv_environment_config_file=$enableval,
ac_cv_environment_config_file=$enable_env_config) ac_cv_environment_config_file=$enable_env_config)
if test "$ac_cv_environment_config_file" = "yes"; then if test "$ac_cv_environment_config_file" = "yes"; then