From: Roger Pau Monne <roger.pau@citrix.com>
To: xen-devel@lists.xen.org
Cc: Roger Pau Monne <roger.pau@citrix.com>
Subject: [PATCH 2/2] autoconf: bash is not needed on NetBSD
Date: Tue, 30 Oct 2012 10:22:38 +0100 [thread overview]
Message-ID: <1351588958-75040-2-git-send-email-roger.pau@citrix.com> (raw)
In-Reply-To: <1351588958-75040-1-git-send-email-roger.pau@citrix.com>
Remove check for bash on NetBSD, since it is not needed for hotplug
scripts (NetBSD hotplug scripts use sh) or the build system.
Signed-off-by: Roger Pau Monne <roger.pau@citrix.com>
---
tools/configure.ac | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/tools/configure.ac b/tools/configure.ac
index e708f01..47607ae 100644
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -93,7 +93,11 @@ AS_IF([test "x$ocamltools" = "xy"], [
ocamltools="n"
])
])
-AX_PATH_PROG_OR_FAIL([BASH], [bash])
+case "$host_os" in
+linux*)
+ AX_PATH_PROG_OR_FAIL([BASH], [bash])
+ ;;
+esac
AS_IF([echo "$PYTHON" | grep -q "^/"], [
PYTHONPATH=$PYTHON
PYTHON=`basename $PYTHONPATH`
--
1.7.7.5 (Apple Git-26)
next prev parent reply other threads:[~2012-10-30 9:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-30 9:22 [PATCH 1/2] autoconf: check for wget and ftp Roger Pau Monne
2012-10-30 9:22 ` Roger Pau Monne [this message]
2012-10-30 14:58 ` [PATCH 2/2] autoconf: bash is not needed on NetBSD Ian Jackson
2012-10-30 15:02 ` [PATCH 1/2] autoconf: check for wget and ftp Ian Jackson
2012-10-30 16:32 ` Roger Pau Monné
2012-10-30 17:32 ` Ian Jackson
2012-10-30 17:48 ` Roger Pau Monné
2012-10-30 18:11 ` Ian Jackson
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=1351588958-75040-2-git-send-email-roger.pau@citrix.com \
--to=roger.pau@citrix.com \
--cc=xen-devel@lists.xen.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 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).