From a6976ef303b62c9760c767bef2d7257bc6c78d88 Mon Sep 17 00:00:00 2001 From: jorton Date: Thu, 13 Jan 2005 11:15:04 +0000 Subject: * 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 --- build/apr_common.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build') 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 -- cgit v1.2.1