From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48268 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVieL-00075U-Fm for qemu-devel@nongnu.org; Thu, 23 Dec 2010 05:44:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVieI-0003dS-7Z for qemu-devel@nongnu.org; Thu, 23 Dec 2010 05:43:57 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:57423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVieI-0003dM-0f for qemu-devel@nongnu.org; Thu, 23 Dec 2010 05:43:54 -0500 Received: by wwi18 with SMTP id 18so5886717wwi.10 for ; Thu, 23 Dec 2010 02:43:53 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 23 Dec 2010 11:43:47 +0100 Message-Id: <1293101042-13121-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v3 00/15] preparation for autoconfy configure script List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is part two of the configure series. It does various miscellaneous changes to the configure script that make it possible to later handle an autoconfy command-line. The rest is left for after 0.14, unless the release takes much more than expected. v1->v2 misc comments addressed v2->v3 rebased, preserved Solaris compatibility for the three srcdir patches (11 to 13). Paolo Bonzini (15): default compilation tools to environment variables default make and install to environment variables move feature variables to the top fix sparse support (?) test cc with the complete set of chosen flags do not pass bogus $(SRC_PATH) include paths to cc during configure provide portable HOST_LONG_BITS test fix spelling of $pkg_config, move default together with other cross tools do not default to non-prefixed pkg-config when cross compiling reorganize sdl-config tests move "ln -sf" emulation to a function remove source_path_used move --srcdir detection earlier remove HOST_CC mention from roms/{sea,vga}bios/config.mak make trace options use autoconfy names configure | 438 +++++++++++++++++++++++++++----------------------------- rules.mak | 6 +- tests/Makefile | 3 +- 3 files changed, 216 insertions(+), 231 deletions(-) -- 1.7.3.2