From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32726 invoked by alias); 2 Apr 2002 20:02:57 -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 32716 invoked from network); 2 Apr 2002 20:02:51 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by sources.redhat.com with SMTP; 2 Apr 2002 20:02:51 -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 g32K2ps12470 for ; Tue, 2 Apr 2002 12:02:51 -0800 (PST) Received: from scv2.apple.com (scv2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Tue, 2 Apr 2002 12:02:47 -0800 Received: from apple.com (vpn-gh-57.apple.com [17.254.136.56]) by scv2.apple.com (8.11.3/8.11.3) with ESMTP id g32K2ki07007; Tue, 2 Apr 2002 12:02:46 -0800 (PST) Message-ID: <3CAA0EA8.C3FBD6D2@apple.com> Date: Tue, 02 Apr 2002 12:02:00 -0000 From: Stan Shebs X-Accept-Language: en MIME-Version: 1.0 To: Nathanael Nerode CC: gdb-patches@sources.redhat.com Subject: Re: spu autoconfiscation patch References: <20020402195614.GA10282@doctormoo.dyndns.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00033.txt.bz2 Nathanael Nerode wrote: > > Reposting... > > 'configure' is not included in the patch below because I couldn't get > cvs diff to handle a new file. It's generated from configure.in anyway. > > The whole files are probably easier to read than the diffs. > > I did not attempt to cure any bugs or portability issues in SPU, as I > do not feel that I am a competent enough C programmer to do so; this is > just enough that the 'utils' and top level autoconfiscations will be > possible. Hmm, I suppose I ought to fix the portability issues... > With this patch, spu configures, builds, and has no behavior changes on > my Debian woody system (i686-pc-linux-gnu). (The programs which SPU > generates are identical before and after.) > > Apr 2 2002 Nathanael Nerode > * utils/spu/configure.in: autoconfiscated. > * utils/spu/Makefile.in: autoconfiscated. > * utils/spu/configure: new autoconf-generated file. This is OK to check in. Thanks, and thanks for being patient... Stan