From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10791 invoked by alias); 11 Apr 2007 21:41:05 -0000 Received: (qmail 10754 invoked by uid 22791); 11 Apr 2007 21:41:03 -0000 X-Spam-Check-By: sourceware.org Received: from pool-72-70-61-13.bstnma.fios.verizon.net (HELO cgf.cx) (72.70.61.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Apr 2007 22:41:01 +0100 Received: by cgf.cx (Postfix, from userid 201) id 658FB13C029; Wed, 11 Apr 2007 17:40:59 -0400 (EDT) Date: Wed, 11 Apr 2007 21:41:00 -0000 From: Christopher Faylor To: newlib@sourceware.org, bonzini@gnu.org, gdb-patches@gcc.gnu.org, binutils@sourceware.org, gcc-patches@gcc.gnu.org, Dave Korn Subject: Re: Final(?) patch to update libtool in GCC and src trees Message-ID: <20070411214059.GB30944@trixie.casa.cgf.cx> Mail-Followup-To: newlib@sourceware.org, bonzini@gnu.org, gdb-patches@gcc.gnu.org, binutils@sourceware.org, gcc-patches@gcc.gnu.org, Dave Korn References: <008301c77bd6$7fa44bc0$2e08a8c0@CAM.ARTIMI.COM> <461C8FE6.9010800@lu.unisi.ch> <461CA157.1020908@lu.unisi.ch> <20070411085700.GA7406@iam.uni-bonn.de> <461CA33C.2010209@lu.unisi.ch> <00c101c77c1b$05fd0e20$2e08a8c0@CAM.ARTIMI.COM> <461CA963.30404@lu.unisi.ch> <000a01c77c20$1a57d530$2e08a8c0@CAM.ARTIMI.COM> <461CB610.8020702@lu.unisi.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <461CB610.8020702@lu.unisi.ch> User-Agent: Mutt/1.5.11 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/msg00150.txt.bz2 On Wed, Apr 11, 2007 at 12:18:56PM +0200, Paolo Bonzini wrote: >Dave Korn wrote: >>On 11 April 2007 10:25, Paolo Bonzini wrote: >> >>>> That would be the freshly regenerated one: >>>> >>>>/usr/build/src-winsup/newlib $ head -1 aclocal.m4 >>>># generated automatically by aclocal 1.9.6 -*- Autoconf -*- >>>Can you please attach it? >> >> Cc list trimmed a bit :-) > >aclocal used your 1.5.x libtool, instead of the new GCC libtool. > >You have to regenerate it with > > aclocal -I ../config -I .. -I. > >or something like that. It's a minor nit but doesn't the "-I .." rather than "-I.." bother anyone? It just seems inconsistent. cgf