From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3685 invoked by alias); 5 Dec 2002 21:18:38 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3623 invoked from network); 5 Dec 2002 21:18:37 -0000 Received: from unknown (HELO dc-mx02.cluster1.charter.net) (209.225.8.12) by sources.redhat.com with SMTP; 5 Dec 2002 21:18:37 -0000 Received: from [66.189.46.2] (HELO platinum.local.) by dc-mx02.cluster1.charter.net (CommuniGate Pro SMTP 3.5.9) with ESMTP id 14508608; Thu, 05 Dec 2002 16:18:36 -0500 Date: Thu, 05 Dec 2002 13:18:00 -0000 Subject: Re: [RFC] Update to current automake/autoconf/libtool versions. Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v543) Cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com To: Andrew Cagney From: Klee Dienes In-Reply-To: <3DEFC04E.8050601@redhat.com> Message-Id: <1D8A5026-0897-11D7-A7CE-00039396EEB8@apple.com> Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00184.txt.bz2 On Thursday, December 5, 2002, at 04:08 PM, Andrew Cagney wrote: >> The 3-argument form works with both autoconf-2.13 and autoconf-2.50+. > > So the three argument form fixes can be committed now? Yes, that should be fine, though I'd have to do a test-configure/build of it to be 100% sure. > Right. But can the fixes be committed now (while we potentially > twiddle our thums waiting for the end of the northern winter :-). I > get the feeling that the answer is no. Outch! We could use YLWRAP = $(srcdir)/ylwrap instead of YLWRAP = $(srcdir)/../ylwrap, and then include the new-style ylwrap in the GDB directory, if we chose to. I suspect it'd be better just to wait until we are willing/able to use automake to generate the makefiles for binutils/ld/gas, but I have no strong opinion either way.