From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15000 invoked by alias); 13 Apr 2007 18:05:17 -0000 Received: (qmail 14980 invoked by uid 22791); 13 Apr 2007 18:05:16 -0000 X-Spam-Check-By: sourceware.org Received: from server.usilu.net (HELO mail.usilu.net) (195.176.178.200) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Apr 2007 19:05:13 +0100 Received: from [1.240.182.245] ([213.140.22.65] RDNS failed) by mail.usilu.net over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Fri, 13 Apr 2007 20:04:49 +0200 Message-ID: <461FC63C.5060903@lu.unisi.ch> Date: Fri, 13 Apr 2007 18:18:00 -0000 From: Paolo Bonzini Reply-To: bonzini@gnu.org User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221) MIME-Version: 1.0 To: Steve Ellcey , bonzini@gnu.org, binutils@sourceware.org, gcc-patches@gcc.gnu.org, gdb-patches@gcc.gnu.org, newlib@sourceware.org, Ralf.Wildenhues@gmx.de, aoliva@redhat.com, fxcoudert@gmail.com, libtool@cwilson.fastmail.fm, schwab@suse.de Subject: Re: Final(?) patch to update libtool in GCC and src trees References: <461F2EBD.5010700@lu.unisi.ch> <200704131707.KAA20364@hpsje.cup.hp.com> <20070413172648.GA26827@caradoc.them.org> In-Reply-To: <20070413172648.GA26827@caradoc.them.org> 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: 2007-04/txt/msg00205.txt.bz2 Daniel Jacobowitz wrote: > On Fri, Apr 13, 2007 at 10:07:35AM -0700, Steve Ellcey wrote: >> That seems like a good idea. I did the change with sinclude because the >> src tree seemed to use sinclude's instead of ACLOCAL_AMFLAGS. If I am >> adding ACLOCAL_AMFLAGS should I add -I ../config and -I ../bfd too and >> remove all the sinclude statements from the acinclude.m4 scripts? > > No - feel free to try that later, if you want, but this is doing > enough things at once already :-) Fully agreed. :-) (Though, this is *not* including the libtool update on purpose). Paolo