From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31857 invoked by alias); 1 Sep 2009 01:10:10 -0000 Received: (qmail 31849 invoked by uid 22791); 1 Sep 2009 01:10:09 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_66,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f216.google.com (HELO mail-ew0-f216.google.com) (209.85.219.216) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 Sep 2009 01:10:02 +0000 Received: by ewy12 with SMTP id 12so4021985ewy.0 for ; Mon, 31 Aug 2009 18:10:00 -0700 (PDT) Received: by 10.211.137.19 with SMTP id p19mr5267315ebn.41.1251767400125; Mon, 31 Aug 2009 18:10:00 -0700 (PDT) Received: from yakj.usersys.redhat.com (nat-pool-str.redhat.com [66.187.229.200]) by mx.google.com with ESMTPS id 7sm464833eyb.10.2009.08.31.18.09.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 31 Aug 2009 18:09:59 -0700 (PDT) Message-ID: <4A9C7466.8030700@gnu.org> Date: Tue, 01 Sep 2009 01:10:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3 MIME-Version: 1.0 To: Ralf Wildenhues CC: Jan Kratochvil , gdb-patches@sourceware.org Subject: Re: obtaining configure args from config.status References: <20090628183334.GA5401@gmx.de> <20090728181748.GA3134@gmx.de> <20090826151719.GA22276@host0.dyn.jankratochvil.net> <20090826164636.GA15791@ins.uni-bonn.de> <20090826165410.GA28796@host0.dyn.jankratochvil.net> <20090831202938.GC21485@gmx.de> In-Reply-To: <20090831202938.GC21485@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00001.txt.bz2 > Paolo, we could "fix" this by overriding _AC_INIT_SRCDIR in override.m4, > but I'm not really sure the old behavior is all that desirable either. > Instead, I'll try to revive my `config.status --config' patch upstream; > for the moment, let's parse --version output to get the configuration, > and add a FIXME note to fix things up later. I prefer even this patch to overriding. :-) Paolo