summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m414
1 files changed, 12 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 1dd250ac52..56d962db70 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -329,9 +329,19 @@ AC_ARG_ENABLE(layout,
])
if test -z "$LAYOUT"; then
- LAYOUT="Apache"
+ # XXX FIXME: this isn't a complete list of things that have to be set to
+ # 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'
+ iconsdir='$(prefix)/icons'
+ cgidir='$(prefix)/cgi-bin'
+ logfiledir='$(prefix)/logs'
+ sysconfdir='${prefix}/conf'
+ libexecdir='${prefix}/modules'
+ layout_name=Apache
+else
+ APACHE_LAYOUT($srcdir/config.layout, $LAYOUT)
fi
-APACHE_LAYOUT($srcdir/config.layout, $LAYOUT)
AC_MSG_CHECKING(for chosen layout)
AC_MSG_RESULT($layout_name)