From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Should =?utf-8?Q?=E2=80=98=2E=2Fconfigure=E2=80=99?= fail when makeinfo is missing? Date: Sat, 07 Sep 2013 15:08:31 +0200 Message-ID: <87hadw6apc.fsf@gnu.org> References: <87ioyd42o1.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIIKZ-0001Yt-BR for guix-devel@gnu.org; Sat, 07 Sep 2013 09:13:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VIIKT-0006IK-Ls for guix-devel@gnu.org; Sat, 07 Sep 2013 09:13:39 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:41805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIIKT-0006IE-FG for guix-devel@gnu.org; Sat, 07 Sep 2013 09:13:33 -0400 In-Reply-To: <87ioyd42o1.fsf@karetnikov.org> (Nikita Karetnikov's message of "Sat, 07 Sep 2013 09:32:46 +0400") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: guix-devel@gnu.org Nikita Karetnikov skribis: > Should =E2=80=98./configure=E2=80=99 check for makeinfo? =E2=80=98make= =E2=80=99 will fail when makeinfo > isn=E2=80=99t installed. Per the GCS, release tarballs ship with an up-to-date .info file (if you find that it=E2=80=99s not the case, please report it to bug-guix), so =E2=80=98makeinfo=E2=80=99 is not needed, and thus =E2=80=98configure=E2=80= =99 does not check for it. When building from a checkout, =E2=80=98makeinfo=E2=80=99 is needed, but it= =E2=80=99s the developer=E2=80=99s responsibility to install it. Ludo=E2=80=99.