aboutsummaryrefslogtreecommitdiff
path: root/config.layout
diff options
context:
space:
mode:
Diffstat (limited to 'config.layout')
-rw-r--r--config.layout26
1 files changed, 0 insertions, 26 deletions
diff --git a/config.layout b/config.layout
deleted file mode 100644
index a27e081406e1..000000000000
--- a/config.layout
+++ /dev/null
@@ -1,26 +0,0 @@
-##
-## config.layout -- Pre-defined Installation Path Layouts
-##
-## Hints:
-## - layouts can be loaded with configure's --enable-layout=ID option
-## - when no --enable-layout option is given, the default layout is `serf'
-## - a trailing plus character (`+') on paths is replaced with a
-## `/<target>' suffix where <target> is currently hardcoded to 'serf'.
-## (This may become a configurable parameter at some point.)
-##
-
-<Layout Serf>
- prefix: /usr/local/serf
- exec_prefix: ${prefix}
- bindir: ${exec_prefix}/bin
- sbindir: ${exec_prefix}/bin
- libdir: ${exec_prefix}/lib
- libexecdir: ${exec_prefix}/modules
- mandir: ${prefix}/man
- sysconfdir: ${prefix}/conf
- datadir: ${prefix}
- installbuilddir: ${datadir}/build-${SERF_MAJOR_VERSION}
- includedir: ${prefix}/include/serf-${SERF_MAJOR_VERSION}
- localstatedir: ${prefix}
- libsuffix: -${SERF_MAJOR_VERSION}
-</Layout>