From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25647 invoked by alias); 30 Dec 2003 10:34: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 25636 invoked from network); 30 Dec 2003 10:34:17 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sources.redhat.com with SMTP; 30 Dec 2003 10:34:17 -0000 Received: from zaretski (pns03-195-8.inter.net.il [80.230.195.8]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id CDT56630; Tue, 30 Dec 2003 12:34:12 +0200 (IST) Date: Tue, 30 Dec 2003 10:34:00 -0000 From: "Eli Zaretskii" To: mec.gnu@mindspring.com (Michael Elizabeth Chastain) Message-Id: <2945-Tue30Dec2003123150+0200-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <20031230082625.140414B35A@berman.michael-chastain.com> (mec.gnu@mindspring.com) Subject: Re: [RFC] Fix compilation failure of remote-fileio.c Reply-to: Eli Zaretskii References: <20031230082625.140414B35A@berman.michael-chastain.com> X-SW-Source: 2003-12/txt/msg00520.txt.bz2 > Date: Tue, 30 Dec 2003 03:26:25 -0500 (EST) > From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) > > I would recommend: > > -- download autoconf 000227 > -- build your own private copy of it > -- check that it generates identical "configure" > > Do that before banging on configure.in Done, and the results committed. Thanks!