From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: kvm userland: configure does not check for gawk Date: Sat, 13 Sep 2008 08:15:56 +0300 Message-ID: <48CB4C8C.9@qumranet.com> References: <48C73BB4.7040900@bucksch.org> <200809092316.03261.iggy@theiggy.com> <200809092321.14847.iggy@theiggy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Brian Jackson Return-path: Received: from il.qumranet.com ([212.179.150.194]:22540 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758573AbYIMFSW (ORCPT ); Sat, 13 Sep 2008 01:18:22 -0400 In-Reply-To: <200809092321.14847.iggy@theiggy.com> Sender: kvm-owner@vger.kernel.org List-ID: Brian Jackson wrote: > Or we could try a correct version: > > diff --git a/configure b/configure > index 3bb10ce..5cac4c8 100755 > --- a/configure > +++ b/configure > @@ -102,6 +102,12 @@ if [ "$arch" = "powerpc" ]; then > qemu_ldflags="$qemu_ldflags -L $PWD/libfdt" > fi > > +# check for some utils we use > +if [ -d .git -a ! -x "`which gawk`" ] ; then > + echo "gawk not installed and necessary for compiling from git" > + exit > +fi > + > 'exit 1', and a changelog+signoff. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.