From: "Jeff Chua" <jeff.chua.linux@gmail.com>
To: Thiemo Seufer <ths@networkno.de>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] configure
Date: Wed, 9 May 2007 08:18:27 +0800 [thread overview]
Message-ID: <b6a2187b0705081718j2218e825j7bfed8ebab7aefdc@mail.gmail.com> (raw)
In-Reply-To: <20070508210023.GB13638@networkno.de>
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.
Thanks,
Jeff.
On 5/9/07, Thiemo Seufer <ths@networkno.de> wrote:
> Jeff Chua wrote:
> [snip]
> > @@ -567,7 +567,8 @@
> > fi
> >
> > # Check if tools are available to build documentation.
> > -if [ -x "`which texi2html`" ] && [ -x "`which pod2man`" ]; then
> > +if [ -x "`which texi2html 2>/dev/null`" \
> > + -a -x "`which pod2man 2>/dev/null`" ]; then
>
> Under which circumstances does "which" complain about unavailable
> executables?
>
>
> Thiemo
>
next prev parent reply other threads:[~2007-05-09 0:25 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-08 15:43 [Qemu-devel] [PATCH] configure Jeff Chua
2007-05-08 21:00 ` Thiemo Seufer
2007-05-09 0:18 ` Jeff Chua [this message]
2007-05-09 0:41 ` Thiemo Seufer
2007-05-09 3:22 ` Jeff Chua
2007-05-09 10:02 ` [Qemu-devel] configure Jernej Simončič
2007-05-09 13:57 ` Thiemo Seufer
-- strict thread matches above, loose matches on Subject: below --
2007-05-09 3:39 [Qemu-devel] [PATCH] configure Ben Taylor
2007-05-09 8:51 Juergen Keil
2007-05-09 9:18 ` Jeff Chua
2007-05-09 9:40 ` Andreas Schwab
2007-05-09 14:55 ` Jeff Chua
2007-05-09 17:10 ` Andreas Schwab
2007-05-09 13:50 ` Joachim Henke
2007-05-09 14:04 ` Thiemo Seufer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b6a2187b0705081718j2218e825j7bfed8ebab7aefdc@mail.gmail.com \
--to=jeff.chua.linux@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=ths@networkno.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).