From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXeLH-0007Sj-Oy for qemu-devel@nongnu.org; Wed, 20 Jan 2010 12:27:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXeLC-0007LE-7K for qemu-devel@nongnu.org; Wed, 20 Jan 2010 12:27:42 -0500 Received: from [199.232.76.173] (port=38941 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXeLB-0007Kw-TM for qemu-devel@nongnu.org; Wed, 20 Jan 2010 12:27:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5953) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NXeLB-0002It-Kp for qemu-devel@nongnu.org; Wed, 20 Jan 2010 12:27:37 -0500 From: Juan Quintela Date: Wed, 20 Jan 2010 18:27:20 +0100 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/5] Remove which use List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: riku.voipio@nokia.com This series substitute "which" use by "type" one. It is similar to Lo=C3=AFc patch, just that I didn't use path_of() becaus= e it was used just once. This addresses commets about using && instead of -a. It also remove the search for "grep" in kvm code. grep is assumed in lot= s of other places in configure already. Riku: are you going to pick the missing symbols patch (its is for linux-u= ser) or should Anthony pick it? Later, Juan. Juan Quintela (3): substitute all uses of which by type Check for sdl-config before calling it Remove check for grep Lo=C3=AFc Minier (2): Add -static earlier to LDFLAGS for compile_prog() Fix missing symbols in .rel/.rela.plt sections cc: riku.voipio@nokia.com configure | 37 +++++++++++++++++++++++-------------- i386.ld | 16 ++++++++++++++-- x86_64.ld | 16 ++++++++++++++-- 3 files changed, 51 insertions(+), 18 deletions(-)