summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorsascha <sascha@13f79535-47bb-0310-9956-ffa450edef68>2000-12-18 00:30:21 +0000
committersascha <sascha@13f79535-47bb-0310-9956-ffa450edef68>2000-12-18 00:30:21 +0000
commitb3b6a4c1640f9876727f24c37c7837c8c47c2f01 (patch)
treed56494f8f0fb6d7d3e777cd9356cdff615bc5395 /STATUS
parentf759a22454c9f0dddef19e74ddab527285a974a4 (diff)
downloadlibapr-b3b6a4c1640f9876727f24c37c7837c8c47c2f01.tar.gz
Add some discussion background for new build system
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60964 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS14
1 files changed, 13 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index 70736e9ca..03f7401b1 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*-
-Last modified at [$Date: 2000/12/18 00:05:24 $]
+Last modified at [$Date: 2000/12/18 00:30:21 $]
Release:
@@ -74,6 +74,18 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
right thing when you re-run it. We ought to revamp the makefiles
to do the right AC_SUBST stuff rather than depend upon rewriting.
+ Sascha: As the rewriter is a crude hack, I would not worry too
+ much about it. It is designed to go away once we have
+ a proper build system in place.
+
+ One of the perceived deficiencies of automake is that it
+ uses AC_SUBST too often, thereby slowing down the task of
+ generating Makefiles significantly, because it applies
+ dozens of substitutions to each Makefile. And why? Make's
+ built-in macro processing is much more powerful, and
+ combined with the include facility, generating Makefiles
+ becomes simpler and faster.
+
Documentation that needs writing: