mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
9feda6fdf4
commit
0a486ea532
2 changed files with 18 additions and 4 deletions
11
configure
vendored
11
configure
vendored
|
@ -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.
|
||||
|
|
11
configure.ac
11
configure.ac
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue