From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USmlp-0000fy-Tz for qemu-devel@nongnu.org; Thu, 18 Apr 2013 07:12:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USmlo-0003DW-N2 for qemu-devel@nongnu.org; Thu, 18 Apr 2013 07:12:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USmlo-0003DR-FZ for qemu-devel@nongnu.org; Thu, 18 Apr 2013 07:12:52 -0400 Message-ID: <516FD524.3020200@redhat.com> Date: Thu, 18 Apr 2013 13:12:36 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20130418102619.GG4915@smtp.vpn> <516FD2D1.1060403@redhat.com> <20130418110854.GH4915@smtp.vpn> In-Reply-To: <20130418110854.GH4915@smtp.vpn> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 0/3] DTC as submodule List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, qemu-devel@nongnu.org, aliguori@us.ibm.com Il 18/04/2013 13:08, Edgar E. Iglesias ha scritto: >> > For submodules that do have autoconf-generated scripts in the repository >> > (I think both of them do, in our case), we should trust upstream's >> > configure script. That's what everyone has been testing the git >> > repository with. > I downloaded the qemu-1.4.1 release and looked at the pixman subdir. It > doesnt come with a generated configure script, but has a autogen.sh script to > run autoconf itself. My understanding was that, like you say, the user > shouldn't need to run autoconf to generate configure, it should have been > provided. Am I missing something? No, you are right for pixman. Instead, dtc does not require changes to scripts/make_release. Paolo