From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NR4cE-00038J-Tg for mharc-grub-devel@gnu.org; Sat, 02 Jan 2010 09:06:02 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NR4cD-00038E-9s for grub-devel@gnu.org; Sat, 02 Jan 2010 09:06:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NR4c8-00037b-Hi for grub-devel@gnu.org; Sat, 02 Jan 2010 09:06:00 -0500 Received: from [199.232.76.173] (port=59202 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NR4c8-00037S-At for grub-devel@gnu.org; Sat, 02 Jan 2010 09:05:56 -0500 Received: from iona.labri.fr ([147.210.8.143]:44606) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NR4c8-0007vH-0u for grub-devel@gnu.org; Sat, 02 Jan 2010 09:05:56 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by iona.labri.fr (Postfix) with ESMTP id 4C13A36B6F for ; Sat, 2 Jan 2010 15:05:54 +0100 (CET) X-Virus-Scanned: amavisd-new at labri.fr Received: from iona.labri.fr ([127.0.0.1]) by localhost (iona.labri.fr [127.0.0.1]) (amavisd-new, port 10027) with LMTP id 8FKSN-upp+Ke for ; Sat, 2 Jan 2010 15:05:54 +0100 (CET) Received: from [192.168.1.111] (c2433-1-88-160-112-182.fbx.proxad.net [88.160.112.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by iona.labri.fr (Postfix) with ESMTP id 1E3B036B6D for ; Sat, 2 Jan 2010 15:05:54 +0100 (CET) Message-ID: <4B3F52C1.6030201@labri.fr> Date: Sat, 02 Jan 2010 15:05:53 +0100 From: =?UTF-8?B?R3LDqWdvaXJlIFN1dHJl?= Organization: CNRS / LaBRI User-Agent: Thunderbird 2.0.0.23 (X11/20091027) MIME-Version: 1.0 To: The development of GNU GRUB References: <4B3B6B2D.70503@labri.fr> <20100101120336.GI3692@thorin> In-Reply-To: <20100101120336.GI3692@thorin> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: Config file generation failure on Linux (gettext.sh) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2010 14:06:01 -0000 Robert Millan wrote: >> A possible patch is given below, but there are surely other ways to de= al =20 >> with it. The patch simply falls back to echo instead of gettext if th= e =20 >> gettext binary cannot be found. >=20 > It'd be better if this was an autoconf check. You mean with an AC_PATH_PROG(GETTEXTBIN, gettext, echo) and substitute=20 GETTEXTBIN in 10_linux? But, in order to have a robust configuration script, it would still be=20 desirable to check in 10_linux whether @GETTEXTBIN@ exists and revert to=20 echo otherwise, wouldn't it? Gr=C3=A9goire