summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2000-05-03 00:00:54 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2000-05-03 00:00:54 +0000
commitf87ea28d44abb7c5f391302c7a51fb2a78e18ec8 (patch)
treeca7db5482892e2a0f5e2818cc65e46a97e152345 /aclocal.m4
parent0eaab5c89ac8149579ffa216634d9fbc2b4e3d78 (diff)
downloadlibapr-f87ea28d44abb7c5f391302c7a51fb2a78e18ec8.tar.gz
Initial hack of the Apache/APR "hints" file, which uses information
from the 1.3.x builds and "preloads" various compile-time ENV vars, such as CC, CFLAGS, LIBS, etc... with values. At present, the design is as follows: o First of all, we only use these hints if they haven't already been set on the command line. For example: % CC=c89 ./configure will override the setting of CC in hints.m4. If this isn't correct for some platforms, we can use the APR_ADDTO macro instead. o If we set them, we also export them... This makes the most sense at present, but we may rethink this. Methinks another macro?? :) o In many cases, this is a straight grab from the 1.3.x tree. The hooks for Apache will come soon. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index ce2128a4a..84ae7b7b6 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -197,3 +197,4 @@ AC_DEFUN(AC_PROG_RANLIB_NC,
[AC_CHECK_PROG(RANLIB, ranlib, ranlib, true)])
sinclude(threads.m4)
+sinclude(hints.m4)