From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] distro: automake: Update to 1.12.6 Date: Thu, 03 Jan 2013 15:44:30 +0100 Message-ID: <87hamy5nsh.fsf@gnu.org> References: <201212220956.51651.andreas@enge.fr> <871ue78q49.fsf@gnu.org> <201301031418.30837.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqm2F-0006GS-QF for bug-guix@gnu.org; Thu, 03 Jan 2013 09:44:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tqm2E-0003SJ-Pt for bug-guix@gnu.org; Thu, 03 Jan 2013 09:44:43 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:7536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqm2E-0003SC-JL for bug-guix@gnu.org; Thu, 03 Jan 2013 09:44:42 -0500 In-Reply-To: <201301031418.30837.andreas@enge.fr> (Andreas Enge's message of "Thu, 3 Jan 2013 14:18:30 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > Am Sonntag, 30. Dezember 2012 schrieb Ludovic Court=C3=A8s: >> Andreas Enge skribis: >> > A tiny update to core-updates. >> It=E2=80=99s OK for master since it doesn=E2=80=99t trigger a rebuild of= the core tools. > > That is surprising; should automake not be an implicit input for all=20 > packages using the gnu build system? No: Autoconf/Automake/Libtool have the advantage of /not/ being prerequisites for building packages that use them. Thanks, Ludo=E2=80=99.