You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2012/10/01 02:46:16 UTC

svn commit: r1392150 - in /httpd/httpd/trunk: CHANGES modules/config5.m4 modules/config7.m4

Author: trawick
Date: Mon Oct  1 00:46:15 2012
New Revision: 1392150

URL: http://svn.apache.org/viewvc?rev=1392150&view=rev
Log:
--with-module: Fix failure to integrate them into some existing
module directories.

modules/config?.m4 needs to run after the modules/*/config?.m4.
Otherwise, modules.mk as created for --with-module gets wiped
out first.

PR: 40097

Added:
    httpd/httpd/trunk/modules/config7.m4
      - copied unchanged from r1392122, httpd/httpd/trunk/modules/config5.m4
Removed:
    httpd/httpd/trunk/modules/config5.m4
Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1392150&r1=1392149&r2=1392150&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Oct  1 00:46:15 2012
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) --with-module: Fix failure to integrate them into some existing
+     module directories.  PR 40097.  [Jeff Trawick]
+
   *) mod_headers: New params: %l for load averages, %i for an
      idle percentage rating of httpd, and %b for a busy percentage
      rating. [Jim Jagielski]