From 1649223fb768b55a7217e9a7fa10c5e8046fca74 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 20 Aug 2001 18:35:21 +0000 Subject: [PATCH] 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 --- acinclude.m4 | 7 +++++-- 1 file 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' -- 2.50.1