From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6351 invoked by alias); 21 May 2007 13:25:08 -0000 Received: (qmail 6280 invoked by uid 22791); 21 May 2007 13:25:05 -0000 X-Spam-Check-By: sourceware.org Received: from smtp.lu.unisi.ch (HELO smtp.lu.unisi.ch) (195.176.178.41) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 May 2007 13:25:02 +0000 Received: from mail.lu.unisi.ch ([195.176.178.40]) by smtp.lu.unisi.ch with Microsoft SMTPSVC(6.0.3790.3959); Mon, 21 May 2007 15:26:34 +0200 Received: from scientist.mobile.usilu.net ([192.168.76.145]) by mail.lu.unisi.ch over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Mon, 21 May 2007 15:24:14 +0200 Message-ID: <46519DA9.3050400@lu.unisi.ch> Date: Mon, 21 May 2007 13:25:00 -0000 From: Paolo Bonzini Reply-To: bonzini@gnu.org User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Charles Wilson CC: bonzini@gnu.org, Steve Ellcey , newlib@sourceware.org, aoliva@redhat.com, gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: Patch to update libtool in GCC and Src trees References: <200705181709.KAA21624@hpsje.cup.hp.com> <46514D08.4080908@lu.unisi.ch> <46518CAD.7000108@cwilson.fastmail.fm> In-Reply-To: <46518CAD.7000108@cwilson.fastmail.fm> 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-05/txt/msg00337.txt.bz2 Charles Wilson wrote: > Paolo Bonzini wrote: >> I just committed it: >> >> Index: modules >> =================================================================== >> RCS file: /cvs/src/CVSROOT/modules,v >> retrieving revision 1.65 >> diff -u -r1.65 modules >> --- modules 20 Feb 2007 12:43:38 -0000 1.65 >> +++ modules 21 May 2007 07:37:27 -0000 >> @@ -51,6 +51,9 @@ >> src/etc \ >> src/gettext.m4 \ >> src/install-sh \ >> + src/ltsugar.m4 \ >> + src/ltversion.m4 \ >> + src/ltoptions.m4 \ > > Also need 'src/compile' -- that's a long-standing omission not related > to Steve's work. Also done. Paolo