]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
configure: Add manualdir and proxycachedir to the APR_ENABLE_LAYOUT macro call
authorGraham Leggett <minfrin@apache.org>
Mon, 30 Dec 2019 10:29:24 +0000 (10:29 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 30 Dec 2019 10:29:24 +0000 (10:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872103 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
configure.in

diff --git a/CHANGES b/CHANGES
index 292f93e0458d1db8cfc91190dc267d486c9596ec..bcae9fbc498976bcd08c884c7d12302580fedb5b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) configure: Add manualdir and proxycachedir to the APR_ENABLE_LAYOUT macro call.
+     [Graham Leggett]
+
   *) Add support for cross compiling to apxs. If apxs is being executed from somewhere
      other than its target location, add that prefix to includes and library directories.
      Without this, apxs would fail to find config_vars.mk and exit. [Graham Leggett]
index 3974f3327ecd68746dc1ae93bcedaac1ba4407c2..423d58d4b9a0ffa00d271fa45517b441a0744008 100644 (file)
@@ -41,7 +41,7 @@ dnl Something seems broken here.
 AC_PREFIX_DEFAULT(/usr/local/apache2)
 
 dnl Get the layout here, so we can pass the required variables to apr
-APR_ENABLE_LAYOUT(Apache, [errordir iconsdir htdocsdir cgidir statedir])
+APR_ENABLE_LAYOUT(Apache, [errordir iconsdir htdocsdir cgidir statedir manualdir proxycachedir])
 
 dnl reparse the configure arguments.
 APR_PARSE_ARGUMENTS