This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.22-429-g44f826e


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  44f826e317f28969ea6ca0e87aa4c6b69c819245 (commit)
       via  bc148ca1b1d9305b198e402c3c9c08ff80403d50 (commit)
      from  2028f49dabb94bd56a85a7be16141bee4853aae6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=44f826e317f28969ea6ca0e87aa4c6b69c819245

commit 44f826e317f28969ea6ca0e87aa4c6b69c819245
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Mon Oct 19 14:12:03 2015 -0400

    timezone: polish grammar a bit in documentation
    
    Reported-by: ricaljasan@pacific.net

diff --git a/ChangeLog b/ChangeLog
index 554384a..541b5e1 100644
--- 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
--- 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
diff --git a/configure b/configure
index a97ed8c..3285213 100755
--- 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]
diff --git a/configure.ac b/configure.ac
index 63f5f92..eba7a15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/manual/install.texi b/manual/install.texi
index c502446..f940d65 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -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

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=bc148ca1b1d9305b198e402c3c9c08ff80403d50

commit bc148ca1b1d9305b198e402c3c9c08ff80403d50
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Mon Oct 19 14:09:52 2015 -0400

    timezone: document new --disable-timezone-tools option
    
    Reported-by: Joseph Myers <joseph@codesourcery.com>

diff --git a/NEWS b/NEWS
index d7404f4..c189bad 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,11 @@ Version 2.23
   19050, 19059, 19071, 19074, 19076, 19077, 19078, 19079, 19085, 19086,
   19088, 19094, 19095, 19124, 19125, 19129, 19134, 19137.
 
+* There is now a --disable-timezone-tools configure option for disabling the
+  building and installing of the timezone related utilities (zic, zdump, and
+  tzselect).  This is useful for people who build the timezone data and code
+  independent of the GNU C Library.
+
 * The LD_POINTER_GUARD environment variable can no longer be used to
   disable the pointer guard feature.  It is always enabled.
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    8 ++++++++
 INSTALL             |    6 +++---
 NEWS                |    5 +++++
 configure           |    3 +--
 configure.ac        |    2 +-
 manual/install.texi |    4 ++--
 6 files changed, 20 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]