timezone: polish grammar a bit in documentation

Reported-by: ricaljasan@pacific.net
This commit is contained in:
Mike Frysinger 2015-10-19 14:12:03 -04:00
parent bc148ca1b1
commit 44f826e317
5 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,11 @@
2015-10-19 Mike Frysinger <vapier@gentoo.org>
* configure.ac (AC_ARG_ENABLE(timezone-tools)): Tweak help phrasing.
* configure: Regenerate.
* INSTALL: Regenerate.
* manual/install.texi (--disable-timezone-tools): Use @theglibc{}
and tweak grammar.
2015-10-19 Geoffrey Thomas <geofft@ldpreload.com>
* login/programs/pt_chown.c: Include signal.h

View File

@ -129,9 +129,9 @@ will be used, and CFLAGS sets optimization options for the compiler.
'--disable-timezone-tools'
By default, timezone related utilities ('zic', 'zdump', and
'tzselect') are installed with glibc. If you are building these
independently (e.g. by using the 'tzcode' package), then this
option will allow disabling the install of these too.
'tzselect') are installed with the GNU C Library. If you are
building these independently (e.g. by using the 'tzcode' package),
then this option will allow disabling the install of these.
Note that you need to make sure the external tools are kept in sync
with the versions that the GNU C Library expects as the data

3
configure vendored
View File

@ -1408,8 +1408,7 @@ Optional Features:
--enable-shared build shared library [default=yes if GNU ld]
--enable-profile build profiled library [default=no]
--disable-timezone-tools
do not install timezone tools (if using external
ones) [default=install]
do not install timezone tools [default=install]
--enable-hardcoded-path-in-tests
hardcode newly built glibc path in tests
[default=no]

View File

@ -161,7 +161,7 @@ AC_ARG_ENABLE([profile],
[profile=no])
AC_ARG_ENABLE([timezone-tools],
AC_HELP_STRING([--disable-timezone-tools],
[do not install timezone tools (if using external ones) @<:@default=install@:>@]),
[do not install timezone tools @<:@default=install@:>@]),
[enable_timezone_tools=$enableval],
[enable_timezone_tools=yes])
AC_SUBST(enable_timezone_tools)

View File

@ -159,9 +159,9 @@ so that they can be invoked directly.
@item --disable-timezone-tools
By default, timezone related utilities (@command{zic}, @command{zdump},
and @command{tzselect}) are installed with glibc. If you are building
and @command{tzselect}) are installed with @theglibc{}. If you are building
these independently (e.g. by using the @samp{tzcode} package), then this
option will allow disabling the install of these too.
option will allow disabling the install of these.
Note that you need to make sure the external tools are kept in sync with
the versions that @theglibc{} expects as the data formats may change over