From 82af8fdc8d0d3e3c45578c43568891dfd7145207 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 1 Oct 2012 00:46:15 +0000 Subject: [PATCH] --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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1392150 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ modules/{config5.m4 => config7.m4} | 0 2 files changed, 3 insertions(+) rename modules/{config5.m4 => config7.m4} (100%) diff --git a/CHANGES b/CHANGES index 1452e77d95b..ddbf6f9f94c 100644 --- a/CHANGES +++ b/CHANGES @@ -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] diff --git a/modules/config5.m4 b/modules/config7.m4 similarity index 100% rename from modules/config5.m4 rename to modules/config7.m4 -- 2.47.3