All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thiemo Seufer <ths@networkno.de>
To: Jeff Chua <jeff.chua.linux@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] configure
Date: Wed, 9 May 2007 01:41:03 +0100	[thread overview]
Message-ID: <20070509004103.GB27336@networkno.de> (raw)
In-Reply-To: <b6a2187b0705081718j2218e825j7bfed8ebab7aefdc@mail.gmail.com>

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 don't see a warning for e.g. "which foo" on my system. Could you
describe your system and paste the output the which command produces
there?

> 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
> >

  reply	other threads:[~2007-05-09  0:47 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
2007-05-09  0:41     ` Thiemo Seufer [this message]
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=20070509004103.GB27336@networkno.de \
    --to=ths@networkno.de \
    --cc=jeff.chua.linux@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.