From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2367 invoked by alias); 5 Dec 2002 23:39:02 -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 2346 invoked from network); 5 Dec 2002 23:39:01 -0000 Received: from unknown (63.201.54.26) by sources.redhat.com with QMTP; 5 Dec 2002 23:39:01 -0000 Received: (qmail 25199 invoked by uid 10); 5 Dec 2002 23:39:01 -0000 Received: (qmail 29772 invoked by uid 500); 5 Dec 2002 23:40:04 -0000 Mail-Followup-To: zack@codesourcery.com, neroden@twcny.rr.com, klee@apple.com, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, newlib@sources.redhat.com, gcc@gcc.gnu.org, amodra@bigpond.net.au To: Alan Modra Cc: zack@codesourcery.com, neroden@twcny.rr.com, klee@apple.com, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, newlib@sources.redhat.com, gcc@gcc.gnu.org Subject: Re: [RFC] Update to current automake/autoconf/libtool versions. References: <20021205190728.GA11507@doctormoo> <87hedsi247.fsf@egil.codesourcery.com> <20021205222945.GX27956@bubble.sa.bigpond.net.au> <20021205231909.GY27956@bubble.sa.bigpond.net.au> From: Ian Lance Taylor Date: Thu, 05 Dec 2002 15:43:00 -0000 In-Reply-To: <20021205231909.GY27956@bubble.sa.bigpond.net.au> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg00207.txt.bz2 Alan Modra writes: > On Thu, Dec 05, 2002 at 02:55:38PM -0800, Ian Lance Taylor wrote: > > Perhaps --enable-maintainer-mode could be extended to specify a PATH > > to use to find the tools. > > It would need to be on a per-directory basis. Something like > > --enable-maintainer-mode=\ > "gdb:/usr/local/000227/bin,libstdc++-v3:/usr/local/oldauto/bin,*:yes" Yes, I suppose that would be required to support a single --enable-maintainer-mode at the top level. On the other hand, I personally usually run a basic configure at the top level, and then run configure again in the subdirectories for which I want to use --enable-maintainer-mode. Ian