[PATCH v4] timezone: add a configure flag to disable program install

Mike Frysinger vapier@gentoo.org
Sat Oct 17 04:39:00 GMT 2015


On 20 Sep 2015 21:31, ricaljasan wrote:
> On 09/18/2015 02:49 PM, Mike Frysinger wrote:
> > diff --git a/INSTALL b/INSTALL

INSTALL is a generated file, so spacing is out of our control.
consult the source texi file for any possible suggestions.

> > diff --git a/configure b/configure

same goes for this

here's a patch for the things i thought were def wrong
-mike

--- 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)
--- 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20151017/aee7513c/attachment.sig>


More information about the Libc-alpha mailing list