[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v8] build: add autoconf to replace custom checks in tools/check
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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |