mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
configure: Add manualdir and proxycachedir to the APR_ENABLE_LAYOUT macro call
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872103 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
3
CHANGES
3
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]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user