mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
604081c4d0
commit
cfa3fa1d1c
3 changed files with 7 additions and 2 deletions
|
@ -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
2
configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue