-*- 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]
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