From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6958 invoked by alias); 14 Jan 2005 21:46: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 6911 invoked from network); 14 Jan 2005 21:46:32 -0000 Received: from unknown (HELO dair.pair.com) (209.68.1.49) by sourceware.org with SMTP; 14 Jan 2005 21:46:32 -0000 Received: (qmail 13319 invoked by uid 20157); 14 Jan 2005 21:46:32 -0000 Date: Fri, 14 Jan 2005 21:46: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] flip and separate; Was: [commit/sim] Add common/common.m4; Was: [commit/sim] switch autoconf 2.59 In-Reply-To: <41E826A9.7030203@gnu.org> Message-ID: References: <41DF55E5.7010307@gnu.org> <41E43F98.1010601@gnu.org> <41E47C74.3050607@gnu.org> <41E5501A.3000907@gnu.org> <41E55AB7.1060802@gnu.org> <41E6ECA1.2040209@gnu.org> <41E826A9.7030203@gnu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-01/txt/msg00163.txt.bz2 On Fri, 14 Jan 2005, Andrew Cagney wrote: > Hello, > > The attached patch does what the discussion below suggests: > > - flips the common.m4/aclocal.m4 include order > - separates out AC_CONFIG_HEADER adding it explicitly to each file > (including common/configure.ac) > > Next? Cool, frv-sim works (used as a model for sim/cris). Thanks! Now all that's left to appease us pedants is to remove the now-uncalled SIM_AC_COMMON macro (fix all references to it in comments to say something like "when X is in a macro"), adjust all AC_PREREQ examples to say 2.59 and the related stuff in README-HACKING. ;-) brgds, H-P