Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 17790 invoked from network); 20 Oct 2005 04:07:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Oct 2005 04:07:06 -0000 Received: (qmail 94184 invoked by uid 500); 20 Oct 2005 04:07:05 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 94139 invoked by uid 500); 20 Oct 2005 04:07:04 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 94128 invoked by uid 99); 20 Oct 2005 04:07:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2005 21:07:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2005 21:07:01 -0700 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 j9K46en9022144 for ; Thu, 20 Oct 2005 00:06:40 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j9K46dV12159 for ; Thu, 20 Oct 2005 00:06:39 -0400 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.4/8.13.4/Submit) id j9K46cxv023153 for dev@apr.apache.org; Thu, 20 Oct 2005 05:06:38 +0100 Date: Thu, 20 Oct 2005 05:06:38 +0100 From: Joe Orton To: dev@apr.apache.org Subject: Re: apr-util/xml/expat/autom4te/* and aclocal.m4 Message-ID: <20051020040638.GB22332@redhat.com> Mail-Followup-To: dev@apr.apache.org References: <4356D624.8080109@rowe-clan.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4356D624.8080109@rowe-clan.net> User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Wed, Oct 19, 2005 at 06:26:28PM -0500, William Rowe wrote: > One observation, one question w.r.t. the 0.9.x ./buildconf; > > I noticed that someone tried to add the removal of autom4te from > (apparently) xml/expat/ - but failed since the previous (cd > xml/expat;) was in another scope. I'll patch 0.9.x and trunk (not > expecting a bunch of things to happen in any other branch.) trunk looks fine; the change to also remove autom4te*.cache in the xml/expat/buildconf.sh is missing from the 0.9.x branch. It is desired behaviour for the top-level buildconf script to remove the autom4te*.cache directories before and after running autoconf, that's not a mistake. (hence the word "again" in the comment on the trunk) > But my question is, why leave aclocal.m4 in expat/xml when the notes in the > script observed that the root apr-util/aclocal.m4 could break some builds? Shrug. What problem are you seeing? joe