From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46831 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdgQd-0006Xw-ND for qemu-devel@nongnu.org; Fri, 14 Jan 2011 04:58:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PdgQc-00018x-Cp for qemu-devel@nongnu.org; Fri, 14 Jan 2011 04:58:43 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:39937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PdgQc-00018p-5s for qemu-devel@nongnu.org; Fri, 14 Jan 2011 04:58:42 -0500 Received: by gxk24 with SMTP id 24so1326545gxk.4 for ; Fri, 14 Jan 2011 01:58:41 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4D301E4E.2090209@redhat.com> Date: Fri, 14 Jan 2011 10:58:38 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1293101042-13121-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1293101042-13121-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [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 Cc: Blue Swirl On 12/23/2010 11:43 AM, Paolo Bonzini wrote: > 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(-) Ping? Paolo