From 761a1021a3feabd501e4a42420198e2a9e6f2c63 Mon Sep 17 00:00:00 2001 From: rfm Date: Wed, 14 Mar 2007 16:48:28 +0000 Subject: [PATCH] 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 --- configure | 11 +++++++++-- configure.ac | 11 +++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 9d218806a..0b4a5591c 100755 --- a/configure +++ b/configure @@ -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. diff --git a/configure.ac b/configure.ac index 2f96eed9e..9fa09605f 100644 --- a/configure.ac +++ b/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