From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8058 invoked by alias); 5 Dec 2002 23:45:56 -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 8029 invoked from network); 5 Dec 2002 23:45:54 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by sources.redhat.com with SMTP; 5 Dec 2002 23:45:54 -0000 Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out2.apple.com (8.11.3/8.11.3) with ESMTP id gB5NjsI13307; Thu, 5 Dec 2002 15:45:54 -0800 (PST) Received: from scv2.apple.com (scv2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Thu, 5 Dec 2002 15:45:53 -0800 Received: from apple.com (mrs.apple.com [17.201.24.155]) by scv2.apple.com (8.11.3/8.11.3) with ESMTP id gB5Njrp07650; Thu, 5 Dec 2002 15:45:53 -0800 (PST) Date: Thu, 05 Dec 2002 15:47: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 v546) 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 To: Alan Modra From: Mike Stump In-Reply-To: <20021205231909.GY27956@bubble.sa.bigpond.net.au> Message-Id: Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00210.txt.bz2 On Thursday, December 5, 2002, at 03:19 PM, Alan Modra wrote: > 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" This is beyond gross. :-( Better to require autoconf-2.14 autoconf and then have each directory know which one to use, and require the advanced user to have these. OAUTOCONF = autoconf-2.14 AUTOCONF = autoconf and then use $(AUTOCONF) for new uses, and $(OAUTOCONF) for old uses. Also, we need a version check on the old autoconf to be sure that it isn't too new.