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 554384a..541b5e1 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 ca847e2..ddee6e1 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 a97ed8c..3285213 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 63f5f92..eba7a15 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 c502446..f940d65 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