From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25547 invoked by alias); 10 Dec 2004 15:20:41 -0000 Mailing-List: contact rda-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rda-owner@sources.redhat.com Received: (qmail 25494 invoked from network); 10 Dec 2004 15:20:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 10 Dec 2004 15:20:34 -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 iBAFKYB5017631 for ; Fri, 10 Dec 2004 10:20:34 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iBAFKXr01494 for ; Fri, 10 Dec 2004 10:20:33 -0500 Received: from localhost.localdomain (vpn50-35.rdu.redhat.com [172.16.50.35]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id iBAFKWbE027095; Fri, 10 Dec 2004 10:20:33 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id iBAFKRff023490; Fri, 10 Dec 2004 08:20:27 -0700 Date: Fri, 10 Dec 2004 15:20:00 -0000 From: Kevin Buettner To: Jim Blandy Cc: rda@sources.redhat.com Subject: Re: RFA: bring config files up to date and regenerate Message-ID: <20041210082027.405275ab@ironwood.lan> In-Reply-To: References: Organization: Red Hat X-Mailer: Sylpheed-Claws 0.9.12cvs173.1 (GTK+ 2.4.13; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q4/txt/msg00041.txt.bz2 On 09 Dec 2004 16:47:11 -0500 Jim Blandy wrote: > I'm going to separate this project into several phases: > - autoconf-generated files, plus aclocal.m4 > - libtool-generated files > - automake-generated files > > Doing them all at once got me confused, and I know the autoconf part, > at least, is separable. > > These changes yield a buildable tree on: > - IA-32 Linux > - FRV Linux > - Solaris (library only) > - Cygwin (library only) > > Okay to commit, along with the regenerated files? Sure. Thanks for doing this. Kevin