summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAaron Bannert <aaron@apache.org>2002-02-27 19:40:27 +0000
committerAaron Bannert <aaron@apache.org>2002-02-27 19:40:27 +0000
commitbb7ef8124cebaa3be5d8de6eb13ba3f6d2aeac9c (patch)
tree6ba60e98257be07878e68bc280affd03d3bb2ed7 /configure.in
parentd057840899a704974f45073f0aea30c4064fb798 (diff)
downloadhttpd-bb7ef8124cebaa3be5d8de6eb13ba3f6d2aeac9c.tar.gz
Set defaults for non-autoconf path variables. Also export a couple
variables that for whatever reason weren't being placed into config_vars.mk. Warning: This commit alters the "default" layout (ie. when no --enable-layout is specified). The most notable change will be htdocs in $prefix/share/htdocs, which works with the autoconf defaults, but may not be what we want. This will require more work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93605 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f9baec8fbf..72d5bf3288 100644
--- a/configure.in
+++ b/configure.in
@@ -27,6 +27,7 @@ APACHE_HELP_STRING(--enable-layout=LAYOUT,Default file layout),[
APACHE_LAYOUT($srcdir/config.layout, $LAYOUT)
AC_MSG_RESULT($LAYOUT)
], [
+ APACHE_LAYOUT_DEFAULTS
AC_MSG_RESULT([Autoconf Defaults])
])