From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v5] build: add autoconf to replace custom checks in tools/check Date: Tue, 21 Feb 2012 10:03:42 +0000 Message-ID: <1329818622.25232.65.camel@dagon.hellion.org.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roger Pau Monne Cc: Ian Jackson , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Mon, 2012-02-20 at 22:18 +0000, Roger Pau Monne wrote: > > +echo "#!/bin/sh -e" >> configure > +echo "cd tools && ./configure \$@" >> configure > +chmod +x configure why not check this in as a script rather than generating it from autogen.sh? Ian.