[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 1/6] tools: Add AWK to set of tools checked for by configure
On Tue, May 19, 2015 at 02:44:33PM +0100, Ian Campbell wrote: > We are going to need this to generate the userspace flask.h header. > > Please rerun autogen.sh when committing. > > Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> > --- > config/Tools.mk.in | 1 + > tools/configure.ac | 2 ++ > 2 files changed, 3 insertions(+) > > diff --git a/config/Tools.mk.in b/config/Tools.mk.in > index e7da99d..d67352e 100644 > --- a/config/Tools.mk.in > +++ b/config/Tools.mk.in > @@ -23,6 +23,7 @@ AS86 := @AS86@ > LD86 := @LD86@ > BCC := @BCC@ > IASL := @IASL@ > +AWK := @AWK@ > FETCHER := @FETCHER@ > SEABIOS_PATH := @seabios_path@ > OVMF_PATH := @ovmf_path@ > diff --git a/tools/configure.ac b/tools/configure.ac > index d31c2f3..c975dfc 100644 > --- a/tools/configure.ac > +++ b/tools/configure.ac > @@ -247,6 +247,7 @@ AC_ARG_VAR([AS86], [Path to as86 tool]) > AC_ARG_VAR([LD86], [Path to ld86 tool]) > AC_ARG_VAR([BCC], [Path to bcc tool]) > AC_ARG_VAR([IASL], [Path to iasl tool]) > +AC_ARG_VAR([AWK], [Path to awk tool]) > > # Checks for programs. > AC_PROG_CC > @@ -255,6 +256,7 @@ AC_PROG_INSTALL > AC_PATH_PROG([BISON], [bison]) > AC_PATH_PROG([FLEX], [flex]) > AX_PATH_PROG_OR_FAIL([PERL], [perl]) > +AX_PATH_PROG_OR_FAIL([AWK], [awk]) > > AC_PROG_OCAML > AC_PROG_FINDLIB > -- > 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |