From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21410 invoked by alias); 17 Feb 2003 17:47:08 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 21396 invoked from network); 17 Feb 2003 17:47:07 -0000 Received: from unknown (HELO delorie.com) (207.22.48.162) by 172.16.49.205 with SMTP; 17 Feb 2003 17:47:07 -0000 Received: from envy.delorie.com (envy.delorie.com [207.22.48.171]) by delorie.com (8.11.6/8.9.1) with ESMTP id h1HHkuY11930; Mon, 17 Feb 2003 12:46:56 -0500 Received: (from dj@localhost) by envy.delorie.com (8.11.6/8.11.2) id h1HHkt317158; Mon, 17 Feb 2003 12:46:55 -0500 Date: Mon, 17 Feb 2003 17:47:00 -0000 Message-Id: <200302171746.h1HHkt317158@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj@delorie.com using -f From: DJ Delorie To: ac131313@redhat.com CC: neroden@twcny.rr.com, geoffk@apple.com, gdb-patches@sources.redhat.com, binutils@sources.redhat.com In-reply-to: <3E511936.7000106@redhat.com> (message from Andrew Cagney on Mon, 17 Feb 2003 18:17:42 +0100) Subject: Re: [ob] Regenerate src/configure with 000227 References: <3E511936.7000106@redhat.com> X-SW-Source: 2003-02/txt/msg00355.txt.bz2 > Just FYI, I've committed the attached as `obvious'. It regenerates > src/configure using (hopefully) the correct autoconf. Without this the > build barfs with the weird syntax error: I would argue against any autoconf *snapshot* being the "right" one. Aren't we supposed to be using the official fsf release of 2.13? Your change added the sitefile code, which wasn't there before, so it's not just a bugfix - it's a feature change as well. Plus, you need to test this "obvious" change in the gcc tree and apply it there also - the trees are out of sync now, but they should be in sync.