summaryrefslogtreecommitdiff
path: root/config.layout
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-05-17 14:49:31 +0000
committerJeff Trawick <trawick@apache.org>2002-05-17 14:49:31 +0000
commit2455804e947f3c790707c0d9320472273c0f243a (patch)
tree4a00d41298224e5651aed961ad9c3c44425f2b91 /config.layout
parentbc0cf188991f4e0fde00e9a900ab6b7a05e43a3f (diff)
downloadhttpd-2455804e947f3c790707c0d9320472273c0f243a.tar.gz
get binbuild working again, and zap the BinaryDistribution layout
at the same time a few days ago the configure syntax for specifying a layout was fixed in binbuild.sh, but the layout was broken... it turns out that we don't need the layout with Apache 1.3, a separate layout for binary builds was necessary in order to install under any prefix specified by the user with Apache 2.0, that works without any special tricks so the BinaryDistribution layout is no longer necessary git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95152 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'config.layout')
-rw-r--r--config.layout24
1 files changed, 0 insertions, 24 deletions
diff --git a/config.layout b/config.layout
index ba586464c5..25b05871f8 100644
--- a/config.layout
+++ b/config.layout
@@ -58,30 +58,6 @@
proxycachedir: ${localstatedir}/proxy
</Layout>
-# Apache binary distribution path layout
-<Layout BinaryDistribution>
- prefix: /usr/local/apache2
- exec_prefix:
- bindir: bin
- sbindir: bin
- libdir: lib
- libexecdir: libexec
- mandir: man
- sysconfdir: conf
- datadir:
- installbuilddir: build
- errordir: error
- iconsdir: icons
- htdocsdir: htdocs
- manualdir: manual
- cgidir: cgi-bin
- includedir: include
- localstatedir:
- runtimedir: logs
- logfiledir: logs
- proxycachedir: proxy
-</Layout>
-
# Mac OS X Server (Rhapsody)
<Layout Mac OS X Server>
prefix: /Local/Library/WebServer