| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
installbuilddir directory.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65248 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64277 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
substitutions can refer to it (eg. APR_LIBNAME)
* add a param to APR_ENABLE_LAYOUT to specify the default ("apr" in
our case, not "Apache")
* change the default APR layout to support parallel installation;
rename the old layout to "classic"
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63826 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
layout rather than unchangeable values.
- Delay layout parsing until after we have setup the directory variables and
determined our APR version.
- Use ${libsuffix} instead of hardcoded -${APR_MAJOR_VERSION}.
- Parse libsuffix in config.layout.
- Add version info to rules.mk
- Add APR_MAJOR_VERSION to apr-config.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63816 13f79535-47bb-0310-9956-ffa450edef68
|
|
Add layout and argument parsing macros
config.layout
Create a skeleton set of layouts for APR
build/apr_common.m4
APR_LAYOUT: New macro to parse layouts stored in config.layout
APR_ENABLE_LAYOUT: New macro to enable layout parsing, takes one argument
in configure, --enable-layout=<layout>
APR_PARSE_ARGUMENTS: New macro to allow us to reparse location handling
arguments after setting up a layout.
Concept Obtained From: Justin, Greg
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63815 13f79535-47bb-0310-9956-ffa450edef68
|