summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorgstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2002-08-22 20:34:16 +0000
committergstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2002-08-22 20:34:16 +0000
commit67584aacf12efb993595ffdc502db6c259282c5b (patch)
tree7bb7cd61fb962fe1367c61c15324241d6f4eb245 /Makefile.in
parent32fbc220fa4eb0f3ab6467001ca2d3a5f4f3adc6 (diff)
downloadlibapr-67584aacf12efb993595ffdc502db6c259282c5b.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: http://svn.apache.org/repos/asf/apr/apr/trunk@63826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
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
#