From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6451 invoked by alias); 21 Feb 2003 01:50:27 -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 6280 invoked from network); 21 Feb 2003 01:50:20 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by 172.16.49.205 with SMTP; 21 Feb 2003 01:50:20 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18m2KM-0006x0-00 for ; Fri, 21 Feb 2003 02:50:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gdb-patches@sources.redhat.com Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18m1v6-0004YD-00 for ; Fri, 21 Feb 2003 02:24:08 +0100 From: Ben Elliston Subject: Re: [ob] Regenerate src/configure with 000227 Date: Fri, 21 Feb 2003 01:50:00 -0000 Organization: Red Hat Asia-Pacific Pty Ltd Message-ID: References: <3E511936.7000106@redhat.com> <200302171746.h1HHkt317158@envy.delorie.com> <3E52A3C2.90809@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter) Cache-Post-Path: scooby.brisbane.redhat.com!unknown@scooby.brisbane.redhat.com X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) Cache-Post-Path: webdevap.brisbane.redhat.com!unknown@scooby.brisbane.redhat.com X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) Cc: binutils@sources.redhat.com X-SW-Source: 2003-02/txt/msg00510.txt.bz2 >>>>> "Andrew" == Andrew Cagney writes: >> 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. Andrew> To expand on DanielJ's comment. When fixing a GDB / Andrew> BINUTILS autoconf botch, the final patch _always_ results in Andrew> the addition of the sitefile stuff. To me, having that in Andrew> the diff _is_ normal. This is all my fault. ;-) You must be using the autoconf from the Red Hat internal tree. About four years ago, I added support for --site-file to the internal version after autoconf 2.13 was released and the patch never made it back into the FSF sources. :-( The best course of action would be to make sure you use pure 2.13. Ben