[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2] tools: drop stale references to curl/xml2-config
On Thu, Mar 01, 2018 at 03:26:32PM +0100, Olaf Hering wrote: > Fixes commit 185bb58be3 ("tools: drop libxen") > It would be nice to write something more specific like: Curl and xml2 are not required anymore since commit XXX (xxx) removed their only user. ? If you don't object I can replace the commit message. > Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> > --- > config/Tools.mk.in | 2 -- > tools/configure.ac | 2 -- Note to self: need to rerun autogen.sh. > 2 files changed, 4 deletions(-) > > diff --git a/config/Tools.mk.in b/config/Tools.mk.in > index 0f79f4e0c2..2d6c440324 100644 > --- a/config/Tools.mk.in > +++ b/config/Tools.mk.in > @@ -12,8 +12,6 @@ PYTHON := @PYTHON@ > PYTHON_PATH := @PYTHONPATH@ > PY_NOOPT_CFLAGS := @PY_NOOPT_CFLAGS@ > PERL := @PERL@ > -CURL_CONFIG := @CURL@ > -XML2_CONFIG := @XML@ > BASH := @BASH@ > XGETTTEXT := @XGETTEXT@ > AS86 := @AS86@ > diff --git a/tools/configure.ac b/tools/configure.ac > index 06eb16db4f..0826af8cbc 100644 > --- a/tools/configure.ac > +++ b/tools/configure.ac > @@ -266,8 +266,6 @@ AC_ARG_VAR([PYTHON], [Path to the Python parser]) > AC_ARG_VAR([PERL], [Path to Perl parser]) > AC_ARG_VAR([BISON], [Path to Bison parser generator]) > AC_ARG_VAR([FLEX], [Path to Flex lexical analyser generator]) > -AC_ARG_VAR([CURL], [Path to curl-config tool]) > -AC_ARG_VAR([XML], [Path to xml2-config tool]) > AC_ARG_VAR([BASH], [Path to bash shell]) > AC_ARG_VAR([XGETTEXT], [Path to xgetttext tool]) > AC_ARG_VAR([AS86], [Path to as86 tool]) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |