Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 87458 invoked from network); 25 May 2006 19:02:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2006 19:02:02 -0000 Received: (qmail 22928 invoked by uid 500); 25 May 2006 19:01:58 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 22853 invoked by uid 500); 25 May 2006 19:01:58 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 22842 invoked by uid 99); 25 May 2006 19:01:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 12:01:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 25 May 2006 12:01:56 -0700 Received: (qmail 87302 invoked by uid 2161); 25 May 2006 19:01:36 -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 18D3F1721C for ; Thu, 25 May 2006 21:01:26 +0200 (CEST) Message-ID: <4475FF18.6040907@apache.org> Date: Thu, 25 May 2006 21:01:44 +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@httpd.apache.org Subject: Re: svn commit: r395211 - /httpd/httpd/trunk/configure.in References: <20060419105733.4825.qmail@minotaur.apache.org> In-Reply-To: <20060419105733.4825.qmail@minotaur.apache.org> X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 04/19/2006 12:57 PM, > Author: jorton > Date: Wed Apr 19 03:57:20 2006 > New Revision: 395211 > > URL: http://svn.apache.org/viewcvs?rev=395211&view=rev > Log: > * configure.in: Add --with-included-apr flag to force use of the > bundled copies of APR and APR-util. > > Modified: > httpd/httpd/trunk/configure.in > > + > +if test "x$with_included_apr" = "xyes"; then > + apr_found=reconfig > + apr_config="$srcdir/srclib/apr/apr-1-config" > +else Is it really a good idea to hardcode apr-1-config or shouldn't it be something like apr-?-config (Same question for apu-1-config below)? > +if test "x$with_included_apr" = "xyes"; then > + apu_found=reconfig > + apu_config="${srcdir}/srclib/apr-util/apu-1-config" > +else > + APR_FIND_APU("$srcdir/srclib/apr-util", "./srclib/apr-util", 1, 1) > +fi > Regards RĂ¼diger