From dev-return-18429-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Fri May 25 22:58:34 2007 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 5709 invoked from network); 25 May 2007 22:58:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 May 2007 22:58:34 -0000 Received: (qmail 14039 invoked by uid 500); 25 May 2007 22:58:37 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 13989 invoked by uid 500); 25 May 2007 22:58:37 -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 13978 invoked by uid 99); 25 May 2007 22:58:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2007 15:58:37 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 25 May 2007 15:58:32 -0700 Received: (qmail 5624 invoked by uid 2161); 25 May 2007 22:58:11 -0000 Received: from [192.168.2.4] (euler.heimnetz.de [192.168.2.4]) by cerberus.heimnetz.de (Postfix on SuSE Linux 7.0 (i386)) with ESMTP id D27F91721C for ; Sat, 26 May 2007 00:58:00 +0200 (CEST) Message-ID: <46576A10.2050304@apache.org> Date: Sat, 26 May 2007 00:58:24 +0200 From: Ruediger Pluem User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417 X-Accept-Language: de, en, de-de, en-gb, cy, zu, xh MIME-Version: 1.0 To: dev@apr.apache.org Subject: configure script of APR 0.9.x / httpd 2.0.x breaks with autoconf 2.60 X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org 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. Thanks and regards Rüdiger [1] http://svn.apache.org/viewvc?view=rev&revision=423435 [2] http://svn.apache.org/viewvc?view=rev&revision=423826