]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
timezone: polish grammar a bit in documentation
authorMike Frysinger <vapier@gentoo.org>
Mon, 19 Oct 2015 18:12:03 +0000 (14:12 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 19 Oct 2015 18:12:03 +0000 (14:12 -0400)
Reported-by: ricaljasan@pacific.net
ChangeLog
INSTALL
configure
configure.ac
manual/install.texi

index 554384a60bf71716265bc5287383a541c6e24a44..541b5e1afd2c36a7390fd3e9a33b805fa192e73c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/INSTALL b/INSTALL
index ca847e2f9de249202b7d8feb71b239c9fc3cc1c8..ddee6e1969ad971beb3dea4e27407688ff21b9dd 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -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
index a97ed8cf2b5d2576f64e788ec6a214f927bfb12b..3285213cb7497c27ff06a9b1a5d6f4bc83f0e6f4 100755 (executable)
--- a/configure
+++ b/configure
@@ -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]
index 63f5f92260e6c73f363630486d510ac1b6875dcf..eba7a15f11dcd0cea8fc698ae48af01ea5aed53e 100644 (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)
index c502446a7cb5e67c05516a05c898b863db48a9bf..f940d6572e7fcc9554138c48c4b1dc53d5c68f92 100644 (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