Fixed typo in help of --with-default-config config option

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23246 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2006-08-10 11:53:13 +00:00
parent 604081c4d0
commit cfa3fa1d1c
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-08-10 Nicola Pero <nicola.pero@meta-innovation.com>
* configure.ac: Fixed typo in help of --with-default-config option.
* configure: Regenerated
2006-08-10 Richard Frith-Macdonald <rfm@gnu.org>
* Source\GSStream.h:

2
configure vendored
View file

@ -1354,7 +1354,7 @@ Optional Packages:
If a trailing '/' is specified, the path is
used for locating domains but no GNUstep
config file is read at runtime.
--with-defaults-config=PATH Specify path to a GNUstep config file to be
--with-default-config=PATH Specify path to a GNUstep config file to be
imported at configure time (now) and used to
provide default values for the base library
to use at runtime if no GNUstep config file

View file

@ -179,7 +179,7 @@ if test "$ac_cv_importing_config_file" = "yes" ;
then
AC_MSG_CHECKING([for default GNUstep configuration file to use])
AC_ARG_WITH(default-config,
[ --with-defaults-config=PATH Specify path to a GNUstep config file to be
[ --with-default-config=PATH Specify path to a GNUstep config file to be
imported at configure time (now) and used to
provide default values for the base library
to use at runtime if no GNUstep config file