From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8976 invoked by alias); 5 Dec 2002 17:01:37 -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 8950 invoked from network); 5 Dec 2002 17:01:35 -0000 Received: from unknown (HELO dc-mx02.cluster1.charter.net) (209.225.8.12) by sources.redhat.com with SMTP; 5 Dec 2002 17:01:35 -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 14413050; Thu, 05 Dec 2002 12:01:34 -0500 Date: Thu, 05 Dec 2002 09:01: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: "Maciej W. Rozycki" From: Klee Dienes In-Reply-To: Message-Id: <3480093C-0873-11D7-A7CE-00039396EEB8@apple.com> Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00150.txt.bz2 Ah, indeed it does. I had tested a cross-build, but didn't think to test 'make install' on the completed build. I'll take a look, thanks. On Thursday, December 5, 2002, at 10:44 AM, Maciej W. Rozycki wrote: > Does it work for both native and cross builds? Last time I checked, > autoconf 2.5x considered all binutils builds are for cross tools > because > of the --target option set unconditionally by the top-level configure > and > as a result prefixed all tool names with $target_alias upon install. > The > patch doesn't seem to deal with it. > > Otherwise -- nice work, thanks.