diff --git a/ChangeLog b/ChangeLog index d9ec93d8d..1df6fef95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ Remove documentation for GNUstep specific loop watcher API and add comments to say that it may be deprecated in a later release if/when we move to using NSStream throughout. + * configure.ac: minor documentation corrections. + * configure: regenerated 2006-03-05 Richard Frith-Macdonald diff --git a/configure b/configure index c1e15480b..a14d41169 100755 --- a/configure +++ b/configure @@ -847,7 +847,7 @@ Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --disable-environment-config-file - Disable use of the GNUSTEP_CONFIG_FILE + Disables the use of the GNUSTEP_CONFIG_FILE environment variable to specify/override the location of the GNUstep config file at runtime. This option is occasionally @@ -876,7 +876,7 @@ Optional Packages: --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-config-file=PATH Specify path to the GNUstep config file. This is the location to be used by the base - library to locate oath information at + library to locate path information at application or tool runtime. If unspecified, this uses the same value as the GNUstep make package on unix-like systems, @@ -887,7 +887,9 @@ Optional Packages: is taken to be relative to the base library linked runtime, not all operating systems can support this, so on some platforms you - may need --enable-environment-config-file. + may need to specify the location of the + config file using the GNUSTEP_CONFIG_FILE + environment variable at runtime. If a trailing '/' is specified, the path is used for locating domains but no GNUstep config file is read at runtime. diff --git a/configure.ac b/configure.ac index 5a9926f04..bc8433136 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,7 @@ GNUSTEP_MAKE_CONFIG=`grep '^GNUSTEP_CONFIG_FILE *=' $GNUSTEP_MAKEFILES/config.ma AC_ARG_WITH(config-file, [ --with-config-file=PATH Specify path to the GNUstep config file. This is the location to be used by the base - library to locate oath information at + library to locate path information at application or tool runtime. If unspecified, this uses the same value as the GNUstep make package on unix-like systems, @@ -70,7 +70,9 @@ AC_ARG_WITH(config-file, is taken to be relative to the base library linked runtime, not all operating systems can support this, so on some platforms you - may need --enable-environment-config-file. + may need to specify the location of the + config file using the GNUSTEP_CONFIG_FILE + environment variable at runtime. If a trailing '/' is specified, the path is used for locating domains but no GNUstep config file is read at runtime.], @@ -92,7 +94,7 @@ AC_SUBST(GNUSTEP_CONFIG_FILE) AC_MSG_CHECKING([whether the GNUstep.conf file path can be set in the environment]) AC_ARG_ENABLE(environment-config-file, [ --disable-environment-config-file - Disable use of the GNUSTEP_CONFIG_FILE + Disables the use of the GNUSTEP_CONFIG_FILE environment variable to specify/override the location of the GNUstep config file at runtime. This option is occasionally