diff options
author | Greg Stein <gstein@apache.org> | 2002-08-22 20:34:16 +0000 |
---|---|---|
committer | Greg Stein <gstein@apache.org> | 2002-08-22 20:34:16 +0000 |
commit | 37c37c8e3e5f39bb261549b23bcc8c5dde7351fc (patch) | |
tree | 7bb7cd61fb962fe1367c61c15324241d6f4eb245 /Makefile.in | |
parent | bbe97ad382a22dc549583fe3acf4a7e60897fa53 (diff) | |
download | apr-37c37c8e3e5f39bb261549b23bcc8c5dde7351fc.tar.gz |
* substitute APR_MAJOR_VERSION to the Makefile so that other
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
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index c52240ea7..1a74ac904 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,6 +3,9 @@ # CPP = @CPP@ +# get get substituted into some targets +APR_MAJOR_VERSION=@APR_MAJOR_VERSION@ + # # Macros for supporting directories # |