]> granicus.if.org Git - apache/commitdiff
catch up with errordir. Modeled simply after iconsdir, hope that does it.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 20 Aug 2001 18:35:21 +0000 (18:35 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 20 Aug 2001 18:35:21 +0000 (18:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90411 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 99292115bdf7e60179a41a37f08a86b64ba3428d..217db3bdf68b7c9ffb985e1694f3ed2d4218a688 100644 (file)
@@ -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'