On Wed, Aug 01, 2001 at 06:37:29PM +0200, Graham Leggett wrote:
> Hi all,
> 
> The APR_ADDTO() autoconf macro which is defined in
> apr/build/apr_common.m4 is not available to apr-util.
> 
> Is there was way this can be done? (Is copying the macro from apr to
> apr-util the right thing to do?)

Add:

sinclude(../apr/build/apr_common.m4)

to apr-util/configure.in.  We're already relying on that directory to
exist anyway.  -- justin

Reply via email to