From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2947 invoked by alias); 19 Jan 2005 21:29:28 -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 2911 invoked from network); 19 Jan 2005 21:29:21 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 19 Jan 2005 21:29:21 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0JLTKAL003272 for ; Wed, 19 Jan 2005 16:29:20 -0500 Received: from zenia.home.redhat.com (sebastian-int.corp.redhat.com [172.16.52.221]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0JLTGO20037; Wed, 19 Jan 2005 16:29:17 -0500 To: Daniel Jacobowitz Cc: Scott Bambrough , Richard.Earnshaw@arm.com, gdb-patches@sources.redhat.com Subject: Re: RFA: Regenerate rdi-share configury References: <20050119203503.GA13190@nevyn.them.org> From: Jim Blandy Date: Wed, 19 Jan 2005 21:29:00 -0000 In-Reply-To: <20050119203503.GA13190@nevyn.them.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-01/txt/msg00210.txt.bz2 Daniel Jacobowitz writes: > On Wed, Jan 19, 2005 at 03:17:32PM -0500, Jim Blandy wrote: > > > > This patch is a prerequisite for the next one I'll post, which allows > > the ARM embedded target to build again, and addresses the FIXME's > > discussed in this thread: > > > > http://sources.redhat.com/ml/gdb-patches/2005-01/msg00038.html > > > > This patch just regenerates the rdi-share configure script and > > aclocal.m4 file. It is needed because configure scripts generated by > > older versions of autoconf don't understand the arguments passed by > > configure scripts generated by newer autoconfs. > > > > 2005-01-19 Jim Blandy > > > > * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using > > autoconf 2.59 and automake 1.9.3. > > > > Build-tested on arm-elf (sim). Okay to commit? > > Certainly, this is obvious - but please don't post diffs to the > generated files next time... Sorry. Committed, thanks.