summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-08-20 20:35:21 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-08-20 20:35:21 +0200
commit1649223fb768b55a7217e9a7fa10c5e8046fca74 (patch)
tree8a009e99715d8bd99949da09bbcf2be6f1692315
parent Copy the error/ tree (diff)
downloadapache2-1649223fb768b55a7217e9a7fa10c5e8046fca74.tar.xz
apache2-1649223fb768b55a7217e9a7fa10c5e8046fca74.zip
catch up with errordir. Modeled simply after iconsdir, hope that does it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90411 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--acinclude.m47
1 files changed, 5 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 99292115bd..217db3bdf6 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -43,6 +43,7 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[
APACHE_SUBST(libexecdir)
APACHE_SUBST(htdocsdir)
APACHE_SUBST(includedir)
+ APACHE_SUBST(errordir)
APACHE_SUBST(iconsdir)
APACHE_SUBST(sysconfdir)
APACHE_SUBST(installbuilddir)
@@ -275,8 +276,9 @@ AC_DEFUN(APACHE_LAYOUT,[
. $pldconf
rm $pldconf
for var in prefix exec_prefix bindir sbindir libexecdir mandir \
- sysconfdir datadir iconsdir htdocsdir cgidir includedir \
- localstatedir runtimedir logfiledir proxycachedir installbuilddir; do
+ sysconfdir datadir errordir iconsdir htdocsdir cgidir \
+ includedir localstatedir runtimedir logfiledir \
+ proxycachedir installbuilddir; do
eval "val=\"\$$var\""
case $val in
*+)
@@ -318,6 +320,7 @@ if test -z "$LAYOUT"; then
# create the Apache layout in config.layout, and it really should just
# use what is specified in config.layout instead of duping it.
htdocsdir='$(prefix)/htdocs'
+ errordir='$(prefix)/error'
iconsdir='$(prefix)/icons'
cgidir='$(prefix)/cgi-bin'
logfiledir='$(prefix)/logs'