summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-01-13 11:15:04 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-01-13 11:15:04 +0000
commita6976ef303b62c9760c767bef2d7257bc6c78d88 (patch)
tree29cbb5d1da75d22c0543feaa33bc1706d0390809 /build
parent03bb75d30b52d22adc8467154baa68bb97401eb4 (diff)
downloadlibapr-a6976ef303b62c9760c767bef2d7257bc6c78d88.tar.gz
* acconfig.h: Remove file.
* configure.in: Use autoheader AH_BOTTOM macro to hard-code tail end of apr_private.h. * threadproc/unix/signals.c (apr_sigwait): Define here rather than in apr_private.h since it's only used here. * build/apr_common.m4 (APR_DECIDE): AC_DEFUN the macro, use AH_TEMPLATE to define the template for apr_private.h. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125062 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/apr_common.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/build/apr_common.m4 b/build/apr_common.m4
index 8dd0ac156..82d3e087c 100644
--- a/build/apr_common.m4
+++ b/build/apr_common.m4
@@ -379,7 +379,9 @@ ac_decision=''
])
-define(APR_DECIDE,[dnl
+AC_DEFUN([APR_DECIDE],[dnl
+dnl Define the flag (or not) in apr_private.h via autoheader
+AH_TEMPLATE($1, [Define if $2 will be used])
ac_decision='$1'
ac_decision_msg='$2'
ac_decision_$1=yes