summaryrefslogtreecommitdiff
path: root/config.layout
Commit message (Collapse)AuthorAgeFilesLines
* If --with-installbuilddir is not supplied, it unconditially overrides the valueRainer Jung2018-08-251-0/+1
| | | | | | | | | | | | | set by APR_SET_LAYOUT. Disable that and stop showing an invalid default value. PR 56090. Patch provided by Michael Osipov. This fixes #11. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839068 13f79535-47bb-0310-9956-ffa450edef68
* * configure.in, config.layout: Add -version suffix to defaultJoe Orton2004-06-301-1/+1
| | | | | | | installbuilddir directory. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65248 13f79535-47bb-0310-9956-ffa450edef68
* Apply fix to add library versioning to the debian layout.Thom May2003-01-071-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64277 13f79535-47bb-0310-9956-ffa450edef68
* * substitute APR_MAJOR_VERSION to the Makefile so that otherGreg Stein2002-08-221-7/+7
| | | | | | | | | | | | | 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
* - Add parallel-apr layout which confines the 'parallel install' logic to aJustin Erenkrantz2002-08-191-0/+17
| | | | | | | | | | | | | 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
* configure.inThom May2002-08-151-0/+213
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