From dev-return-18434-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Tue May 29 09:03:03 2007 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 42397 invoked from network); 29 May 2007 09:03:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2007 09:03:01 -0000 Received: (qmail 34324 invoked by uid 500); 29 May 2007 09:03:04 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 34289 invoked by uid 500); 29 May 2007 09:03: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 34241 invoked by uid 99); 29 May 2007 09:03:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 02:03: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 (herse.apache.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; Tue, 29 May 2007 02:02:57 -0700 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l4T92XME005747 for ; Tue, 29 May 2007 05:02:34 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4T92XoQ021335 for ; Tue, 29 May 2007 05:02:33 -0400 Received: from localhost ([127.0.0.1] helo=radish.cambridge.redhat.com) by radish.cambridge.redhat.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.62) (envelope-from ) id 1Hsxb6-0003zr-Vt for dev@apr.apache.org; Tue, 29 May 2007 10:02:32 +0100 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.8/8.13.8/Submit) id l4T92WiD015365 for dev@apr.apache.org; Tue, 29 May 2007 10:02:32 +0100 Date: Tue, 29 May 2007 10:02:32 +0100 From: Joe Orton To: dev@apr.apache.org Subject: Re: configure script of APR 0.9.x / httpd 2.0.x breaks with autoconf 2.60 Message-ID: <20070529090232.GA14272@redhat.com> Mail-Followup-To: dev@apr.apache.org References: <46576A10.2050304@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <46576A10.2050304@apache.org> User-Agent: Mutt/1.4.2.1i Organization: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 03798903 Directors: Michael Cunningham (USA), Brendan Lane (Ireland), Matt Parson (USA), Charlie Peters (USA) X-Virus-Checked: Checked by ClamAV on apache.org On Sat, May 26, 2007 at 12:58:24AM +0200, Ruediger Pluem wrote: > The --prefix parameter (and possibly more paramters) is ignored by APR 0.9.x / > httpd 2.0.x when using autoconf 2.60. This is because r423435 [1] has not yet > been backported to 0.9.x. The backport to 1.2.x happened as r423826 [2]. > r423435 applies cleanly to 0.9.x, so it would be great if someone could backport > it to 0.9.x. Done, r542464. joe