From: Jeff Trawick Date: Mon, 16 Nov 2009 14:36:45 +0000 (+0000) Subject: fix VPATH builds, broken by the support for --enable-mpms-shared X-Git-Tag: 2.3.4~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92224086cfadeb37cc2e415af1680e8d0fff0082;p=thirdparty%2Fapache%2Fhttpd.git fix VPATH builds, broken by the support for --enable-mpms-shared git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@880775 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index f331576475b..c7a5d895c68 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -226,6 +226,9 @@ AC_DEFUN(APACHE_MPM_MODULE,[ mpmpath=$5 fi + dnl VPATH support + test -d $mpmpath || $srcdir/build/mkdir.sh $mpmpath + APACHE_FAST_OUTPUT($mpmpath/Makefile) if test -z "$2"; then