Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 35375 invoked from network); 16 Nov 2009 14:37:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Nov 2009 14:37:16 -0000 Received: (qmail 5714 invoked by uid 500); 16 Nov 2009 14:37:15 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 5649 invoked by uid 500); 16 Nov 2009 14:37:15 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 5640 invoked by uid 99); 16 Nov 2009 14:37:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 14:37:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 14:37:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A17DC23888C2; Mon, 16 Nov 2009 14:36:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r880775 - /httpd/httpd/trunk/acinclude.m4 Date: Mon, 16 Nov 2009 14:36:45 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091116143645.A17DC23888C2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Mon Nov 16 14:36:45 2009 New Revision: 880775 URL: http://svn.apache.org/viewvc?rev=880775&view=rev Log: fix VPATH builds, broken by the support for --enable-mpms-shared Modified: httpd/httpd/trunk/acinclude.m4 Modified: httpd/httpd/trunk/acinclude.m4 URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/acinclude.m4?rev=880775&r1=880774&r2=880775&view=diff ============================================================================== --- httpd/httpd/trunk/acinclude.m4 (original) +++ httpd/httpd/trunk/acinclude.m4 Mon Nov 16 14:36:45 2009 @@ -226,6 +226,9 @@ mpmpath=$5 fi + dnl VPATH support + test -d $mpmpath || $srcdir/build/mkdir.sh $mpmpath + APACHE_FAST_OUTPUT($mpmpath/Makefile) if test -z "$2"; then