From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6161 invoked by alias); 13 Jan 2005 13:17:23 -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 6138 invoked from network); 13 Jan 2005 13:17:17 -0000 Received: from unknown (HELO dair.pair.com) (209.68.1.49) by sourceware.org with SMTP; 13 Jan 2005 13:17:17 -0000 Received: (qmail 2510 invoked by uid 20157); 13 Jan 2005 13:17:16 -0000 Date: Thu, 13 Jan 2005 13:17:00 -0000 From: Hans-Peter Nilsson X-X-Sender: hp@dair.pair.com To: Andrew Cagney cc: gdb-patches@sources.redhat.com Subject: Re: [commit/sim] Add common/common.m4; Was: [commit/sim] switch autoconf 2.59 In-Reply-To: Message-ID: References: <41DF55E5.7010307@gnu.org> <41E43F98.1010601@gnu.org> <41E47C74.3050607@gnu.org> <41E5501A.3000907@gnu.org> <41E55AB7.1060802@gnu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-01/txt/msg00102.txt.bz2 On Wed, 12 Jan 2005, Hans-Peter Nilsson wrote: > Therefore I don't know how you want the above and > the worry below actually fixed and so I'll pass back the "your > turn". ;-) Anyway, I can clean it up if you wish. I'd: - Remove sim/common/common.m4, including the contents last in sim/common/aclocal.m4 (they're always used together and I can see common.m4 using more / future macros from aclocal.m4) and adjust all sim/* users. - Remove SIM_AC_COMMON from aclocal.m4 - Put a big warning in before the common.m4/SIM_AC_COMMON contents that the first macros in the former SIM_AC_COMMON *must not* be wrapped in a macro. - Build and test all sim targets. :-) brgds, H-P