From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hld8Q-0001SQ-08 for qemu-devel@nongnu.org; Tue, 08 May 2007 23:46:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hld8O-0001MI-Nf for qemu-devel@nongnu.org; Tue, 08 May 2007 23:46:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hld8O-0001LE-7k for qemu-devel@nongnu.org; Tue, 08 May 2007 23:46:36 -0400 Received: from eastrmmtao105.cox.net ([68.230.240.47]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hld1E-0004Kx-2c for qemu-devel@nongnu.org; Tue, 08 May 2007 23:39:12 -0400 Message-ID: <7602530.1178681950287.JavaMail.root@eastrmwml01.mgt.cox.net> Date: Tue, 8 May 2007 23:39:10 -0400 From: Ben Taylor Subject: Re: [Qemu-devel] [PATCH] configure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Reply-To: sol10x86@cox.net, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thiemo Seufer , qemu-devel@nongnu.org Cc: Jeff Chua ---- Jeff Chua wrote: > For those who does minimal install. In this case, texi2html would not > be available on the system. I've seen quite a few systems without > texi2html. > > Again, the patch is not a MUST, but it's nice not to see unnecessary warning. I suppose you could do a -n "`texi2html -verbose 2>&1 | head -1 |grep 'This is texi2html'`" which would be more representative if you have texi2html or not. Ben