From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EZY9L-0003aQ-6w for mharc-grub-devel@gnu.org; Tue, 08 Nov 2005 13:24:51 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EZY9J-0003ZH-K8 for grub-devel@gnu.org; Tue, 08 Nov 2005 13:24:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EZY9I-0003YM-2G for grub-devel@gnu.org; Tue, 08 Nov 2005 13:24:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EZY9H-0003YD-Uu for grub-devel@gnu.org; Tue, 08 Nov 2005 13:24:48 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EZY9H-0003TE-T9 for grub-devel@gnu.org; Tue, 08 Nov 2005 13:24:48 -0500 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id E18DD8814 for ; Tue, 8 Nov 2005 19:24:46 +0100 (CET) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 16189-03 for ; Tue, 8 Nov 2005 19:24:46 +0100 (CET) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 3BACE87FC for ; Tue, 8 Nov 2005 19:24:46 +0100 (CET) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 06723C046 for ; Tue, 8 Nov 2005 19:24:46 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <87u0f0t30k.fsf@student.han.nl> <87zmolxuju.fsf@student.han.nl> <87mzkhe7l0.fsf@student.han.nl> From: Marco Gerards Date: Tue, 08 Nov 2005 19:24:46 +0100 In-Reply-To: (Hollis Blanchard's message of "Mon, 7 Nov 2005 21:38:19 -0600") Message-ID: <877jbjknf5.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Subject: Re: Scripting support (PATCH) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2005 18:24:49 -0000 Hollis Blanchard writes: > On Nov 6, 2005, at 4:26 PM, Marco Gerards wrote: >> >> Please test if everything still works. Of course I took great care in >> testing and implementing, but a lot changed and I am not perfect. >> This week I will have some time, so if there are any problems >> reported, they should be fixed in no time. > > Could you add a configure check for yacc? I didn't have it installed > on my system, and got a compile error. That is really weird, I have added such test: * configure.ac: Add `AC_PROG_YACC' test. When configuring I see: checking for bison... bison -y Did you see that test and what did it output? -- Marco