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:
Richard Frith-MacDonald 2007-03-14 16:48:28 +00:00
parent 9feda6fdf4
commit 0a486ea532
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
for sites which wish to 'lock down' users
to always work with a specific system-wide
configuration.
Normally this should be left enabled.
configuration. On unix-like systems the
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 of an existing GNUstep config
file and use inbuilt defaults instead.

View file

@ -152,8 +152,15 @@ AC_ARG_ENABLE(environment-config-file,
useful to disable the environment variable
for sites which wish to 'lock down' users
to always work with a specific system-wide
configuration.
Normally this should be left enabled.],
configuration. On unix-like systems the
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=$enable_env_config)
if test "$ac_cv_environment_config_file" = "yes"; then