From: Olaf Hering <olaf@aepfle.de>
To: Roger Pau Monne <roger.pau@entel.upc.edu>
Cc: ian.jackson@citrix.com, ian.campbell@citrix.com, xen-devel@lists.xen.org
Subject: Re: [PATCH v8] build: add autoconf to replace custom checks in tools/check
Date: Thu, 23 Feb 2012 17:16:11 +0100 [thread overview]
Message-ID: <20120223161611.GA10528@aepfle.de> (raw)
In-Reply-To: <c2f0820e48ae9cf0735c.1329794352@build.localdomain>
On Tue, Feb 21, Roger Pau Monne wrote:
> +AS_IF([test "x$pythontools" = "xy"], [
> + AS_IF([echo "$PYTHON" | grep -q "^/"], [
> + PYTHONPATH=$PYTHON
> + PYTHON=`basename $PYTHONPATH`
> + ],[test -z "$PYTHON"], [PYTHON="python"],
> + [AC_MSG_ERROR([PYTHON specified, but is not an absolute path])])
> + AX_PATH_PROG_OR_FAIL([PYTHONPATH], [$PYTHON])
> + AX_CHECK_PYTHON_VERSION([2], [3])
> + AX_CHECK_PYTHON_XML()
> + AX_CHECK_PYTHON_DEVEL()
> +])
Is the AX_CHECK_PYTHON_XML check really required for compilation? It
seems to check for xml.dom.minidom which is used in xend at runtime.
Olaf
next prev parent reply other threads:[~2012-02-23 16:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-21 3:19 [PATCH v8] build: add autoconf to replace custom checks in tools/check Roger Pau Monne
2012-02-21 17:11 ` Ian Jackson
2012-02-21 18:38 ` Roger Pau Monné
2012-02-21 20:19 ` Ian Jackson
2012-02-23 16:16 ` Olaf Hering [this message]
2012-02-23 17:36 ` Olaf Hering
2012-02-27 21:20 ` Jeffrey Karrels
2012-02-28 18:09 ` Jeffrey Karrels
2012-02-28 18:48 ` Roger Pau Monné
2012-02-28 22:32 ` Jeffrey Karrels
2012-02-29 14:44 ` 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=20120223161611.GA10528@aepfle.de \
--to=olaf@aepfle.de \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@citrix.com \
--cc=roger.pau@entel.upc.edu \
--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 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.