From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.devel,gmane.comp.lib.gnulib.bugs Subject: Re: =?utf-8?B?4oCYbWt0aW1l4oCZ?= replacement on glibc systems Date: Mon, 11 Jul 2016 14:21:56 +0200 Message-ID: <87oa64jrff.fsf@gnu.org> References: <874m8b6q9a.fsf@gnu.org> <5778F352.2040705@cs.ucla.edu> <871t39j0tq.fsf@gnu.org> <577CF47A.2010008@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1468239739 26989 80.91.229.3 (11 Jul 2016 12:22:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Jul 2016 12:22:19 +0000 (UTC) Cc: bug-gnulib@gnu.org, guile-devel@gnu.org To: Paul Eggert Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jul 11 14:22:12 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bMaDy-0002Kz-SC for guile-devel@m.gmane.org; Mon, 11 Jul 2016 14:22:11 +0200 Original-Received: from localhost ([::1]:33415 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMaDx-0001VM-RE for guile-devel@m.gmane.org; Mon, 11 Jul 2016 08:22:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMaDt-0001SV-An for guile-devel@gnu.org; Mon, 11 Jul 2016 08:22:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMaDp-0004dG-6X for guile-devel@gnu.org; Mon, 11 Jul 2016 08:22:04 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMaDp-0004dC-2q; Mon, 11 Jul 2016 08:22:01 -0400 Original-Received: from pluto.bordeaux.inria.fr ([193.50.110.57]:55210 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bMaDn-0000cK-0n; Mon, 11 Jul 2016 08:21:59 -0400 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 Messidor an 224 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <577CF47A.2010008@cs.ucla.edu> (Paul Eggert's message of "Wed, 6 Jul 2016 14:07:22 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18477 gmane.comp.lib.gnulib.bugs:35997 Archived-At: Paul Eggert skribis: > On 07/04/2016 09:53 AM, Ludovic Court=C3=A8s wrote: >> the conditional does not prevent >> mktime-internal=E2=80=99s configure snippet from being run. >> >> Any idea how to address it? > Perhaps your bootstrap script is calling gnulib-tool without the > --conditional-dependencies option? If so, you might try adding it. But > please see the Gnulib manual's discussion of this option, a discussion > that uses timegm as its example (I vaguely recall that timegm was the > motivation for conditional dependencies...): > > https://www.gnu.org/software/gnulib/manual/html_node/Conditional-dependen= cies.html Indeed, I had overlooked this feature. Works for us, thank you! Ludo=E2=80=99.