From patchwork Sat Oct 17 04:39:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 9204 X-Patchwork-Delegate: vapier@gentoo.org Received: (qmail 56007 invoked by alias); 17 Oct 2015 04:39:36 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 55997 invoked by uid 89); 17 Oct 2015 04:39:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL, BAYES_00, SPF_PASS, T_RP_MATCHES_RCVD, URIBL_BLACK autolearn=no version=3.3.2 X-HELO: smtp.gentoo.org Date: Sat, 17 Oct 2015 00:39:29 -0400 From: Mike Frysinger To: ricaljasan Cc: libc-alpha@sourceware.org Subject: Re: [PATCH v4] timezone: add a configure flag to disable program install Message-ID: <20151017043929.GM28215@vapier.lan> Mail-Followup-To: ricaljasan , libc-alpha@sourceware.org References: <1442612997-31368-1-git-send-email-vapier@gentoo.org> <55FF8816.4040409@pacific.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <55FF8816.4040409@pacific.net> 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