summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorAaron Bannert <aaron@apache.org>2002-02-27 18:06:33 +0100
committerAaron Bannert <aaron@apache.org>2002-02-27 18:06:33 +0100
commit2d63c22764361b5151f6629ab5c90eb4bf6a68eb (patch)
tree3239dce23868be5ab5c053d2899259660a4190a3 /acinclude.m4
parentAdd the ProxyRemoteMatch directive to the mod_proxy (diff)
downloadapache2-2d63c22764361b5151f6629ab5c90eb4bf6a68eb.tar.xz
apache2-2d63c22764361b5151f6629ab5c90eb4bf6a68eb.zip
Fix --enable-layout to work again.
Fix bug where --sysconfdir and --localstatedir were being ignored by APR. Caution: When specifying --enable-layout, common arguments like --prefix, --exec-prefix, etc. will be ignored and the settings from the layout will be used instead. PR: 9124, 9888, 9873, 9885 Submitted by: Thom May <thom@planetarytramp.net>, Aaron Bannert Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93598 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m417
1 files changed, 0 insertions, 17 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 3f7286c16f..abf2fe0aaf 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -325,23 +325,6 @@ AC_DEFUN(APACHE_LAYOUT,[
done
changequote([,])
])dnl
-dnl
-dnl APACHE_ENABLE_LAYOUT
-dnl
-AC_DEFUN(APACHE_ENABLE_LAYOUT,[
-AC_ARG_ENABLE(layout,
-APACHE_HELP_STRING(--enable-layout=LAYOUT,Default file layout),[
- LAYOUT=$enableval
-])
-
-if test -z "$LAYOUT"; then
- LAYOUT="Apache"
-fi
-APACHE_LAYOUT($srcdir/config.layout, $LAYOUT)
-
-AC_MSG_CHECKING(for chosen layout)
-AC_MSG_RESULT($layout_name)
-])
dnl
dnl APACHE_ENABLE_MODULES