Deleted Added
full compact
config.layout (302408) config.layout (362181)
1##
2## config.layout -- Pre-defined Installation Path Layouts
3##
4## Hints:
5## - layouts can be loaded with configure's --enable-layout=ID option
6## - when no --enable-layout option is given, the default layout is `apr'
7## - a trailing plus character (`+') on paths is replaced with a
8## `/<target>' suffix where <target> is currently hardcoded to 'apr'.

--- 209 unchanged lines hidden (view full) ---

218 prefix:
219 exec_prefix: ${prefix}/usr
220 bindir: ${exec_prefix}/bin
221 sbindir: ${exec_prefix}/sbin
222 libdir: ${exec_prefix}/lib
223 libexecdir: ${exec_prefix}/lib/apr/modules
224 mandir: ${exec_prefix}/share/man
225 datadir: ${exec_prefix}/share/apr
1##
2## config.layout -- Pre-defined Installation Path Layouts
3##
4## Hints:
5## - layouts can be loaded with configure's --enable-layout=ID option
6## - when no --enable-layout option is given, the default layout is `apr'
7## - a trailing plus character (`+') on paths is replaced with a
8## `/<target>' suffix where <target> is currently hardcoded to 'apr'.

--- 209 unchanged lines hidden (view full) ---

218 prefix:
219 exec_prefix: ${prefix}/usr
220 bindir: ${exec_prefix}/bin
221 sbindir: ${exec_prefix}/sbin
222 libdir: ${exec_prefix}/lib
223 libexecdir: ${exec_prefix}/lib/apr/modules
224 mandir: ${exec_prefix}/share/man
225 datadir: ${exec_prefix}/share/apr
226 installbuilddir: ${datadir}/build-${APR_MAJOR_VERSION}
226 includedir: ${exec_prefix}/include/apr-${APR_MAJOR_VERSION}
227 localstatedir: ${prefix}/var/run
228 runtimedir: ${prefix}/var/run
229 infodir: ${exec_prefix}/share/info
230 libsuffix: -${APR_MAJOR_VERSION}
231</Layout>
227 includedir: ${exec_prefix}/include/apr-${APR_MAJOR_VERSION}
228 localstatedir: ${prefix}/var/run
229 runtimedir: ${prefix}/var/run
230 infodir: ${exec_prefix}/share/info
231 libsuffix: -${APR_MAJOR_VERSION}
232</Layout>