From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29051 invoked by alias); 29 May 2007 17:54:17 -0000 Received: (qmail 29038 invoked by uid 22791); 29 May 2007 17:54:17 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 May 2007 17:54:10 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l4THs8cf022742; Tue, 29 May 2007 13:54:08 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4THs82P025457; Tue, 29 May 2007 13:54:08 -0400 Received: from opsy.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4THs63j004591; Tue, 29 May 2007 13:54:06 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 2C13C379980; Tue, 29 May 2007 11:33:25 -0600 (MDT) To: "H. J. Lu" Cc: Andreas Schwab , Paolo Bonzini , Matthias Klose , gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: Re: PATCH: PR libjava/32078: Update libtool in classpath References: <20070527182203.GA12846@lucon.org> <20070527182317.GA21785@lucon.org> <465C0461.2060605@ubuntu.com> <20070529131004.GB6442@lucon.org> <465C2D27.10500@gnu.org> <20070529155820.GA13758@lucon.org> <20070529171642.GA14163@lucon.org> <20070529174124.GA14440@lucon.org> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Tue, 29 May 2007 17:55:00 -0000 In-Reply-To: <20070529174124.GA14440@lucon.org> (H. J. Lu's message of "Tue\, 29 May 2007 10\:41\:24 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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/msg00249.txt.bz2 >>>>> "H.J." == H J Lu writes: H.J.> There is no need to add AC_CONFIG_AUX_DIR(../..) if the above is H.J.> followed. If the AC_CONFIG_AUX_DIR approach works, then let's use that. This is better because it means future libtool upgrades won't require extra hacks for libjava/classpath, and because it means less work when importing a new Classpath. If it doesn't work, let's copy the needed files there. Can you try this? Tom