From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27318 invoked by alias); 19 Feb 2003 23:33:18 -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 27306 invoked from network); 19 Feb 2003 23:33:17 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 19 Feb 2003 23:33:17 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 413E22ED1; Wed, 19 Feb 2003 18:38:02 -0500 (EST) Message-ID: <3E541559.4030201@redhat.com> Date: Wed, 19 Feb 2003 23:33:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.0.2) Gecko/20030217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Geoffrey Keating Cc: DJ Delorie , neroden@twcny.rr.com, gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: Re: [ob] Regenerate src/configure with 000227 References: <2CD16685-4388-11D7-93C6-0050E4BAD278@apple.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00450.txt.bz2 > Yes, I used pure 2.13 as downloaded from ftp.gnu.org. > > I think I've worked out what happened. I did a 'cvs update', but didn't think to do a 'cvs update -d', and my tree was pretty old (because I only use it to do this) so config/accross.m4 and config/acx.m4 were not included in the regeneration. If I regenerate with the updated tree, I get the same configure as I got for GCC. This new configure differs from the current one by not having a --site-file flag, and in no other interesting way. Ok. I've now regenerated with pure 2.13. Andrew