From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30749 invoked by alias); 29 May 2007 13:10:11 -0000 Received: (qmail 30720 invoked by uid 22791); 29 May 2007 13:10:09 -0000 X-Spam-Check-By: sourceware.org Received: from smtp107.sbc.mail.mud.yahoo.com (HELO smtp107.sbc.mail.mud.yahoo.com) (68.142.198.206) by sourceware.org (qpsmtpd/0.31) with SMTP; Tue, 29 May 2007 13:10:08 +0000 Received: (qmail 49161 invoked from network); 29 May 2007 13:10:06 -0000 Received: from unknown (HELO lucon.org) (hjjean@sbcglobal.net@75.61.94.53 with login) by smtp107.sbc.mail.mud.yahoo.com with SMTP; 29 May 2007 13:10:05 -0000 X-YMail-OSG: nuZfn2QVM1mDyFTf3iJgnnaitfT3yC.9UPaglvBeUbkRrsJBwU1pBFAqN3Uyy9beoUO0j8S51A-- Received: by lucon.org (Postfix, from userid 500) id BDBE046EED6; Tue, 29 May 2007 06:10:04 -0700 (PDT) Date: Tue, 29 May 2007 13:10:00 -0000 From: "H. J. Lu" To: Matthias Klose Cc: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: Re: PATCH: PR libjava/32078: Update libtool in classpath Message-ID: <20070529131004.GB6442@lucon.org> References: <20070527182203.GA12846@lucon.org> <20070527182317.GA21785@lucon.org> <465C0461.2060605@ubuntu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <465C0461.2060605@ubuntu.com> User-Agent: Mutt/1.4.2.2i Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2007-q2/txt/msg00220.txt.bz2 On Tue, May 29, 2007 at 12:45:53PM +0200, Matthias Klose wrote: > H. J. Lu schrieb: > > > 2007-05-27 H.J. Lu > > > > PR libjava/32078 > > * ltmain.sh: Update from gcc toplevel. > > > * libtool.m4: New. Copied from from gcc toplevel. > > * ltsugar.m4: Likewise. > > * ltversion.m4: Likewise. > > * ltoptions.m4: Likewise. > > why copy these? libjava/HACKING mentions to use -I flags to use them from the > toplevel directory. I think ltmain.sh in classpath was used. If it is true, will -I use ltmain.sh from the toplevel directory? H.J.