On Sat, Jan 05, 2002 at 04:50:11PM -0800, Doug MacEachern wrote: > On Sat, 5 Jan 2002, Justin Erenkrantz wrote: > > > Huh. That's what I have and it works. What does config.status > > say for APR_INCLUDES: > > nada. there's no reference to APR_INCLUDES in there at all. are you > using a --srcdir? that's my main suspect, though i haven't tried without > it yet.
[ From my VPATH builds ] % grep APR_INCLUDES config.status s,@APR_INCLUDES@,-I/mnt/snarky/jerenkrantz/cvs-apache/httpd-2.0/build-FreeBSD-5.0-CURRENT-i386/srclib/apr/include -I/mnt/snarky/jerenkrantz/cvs-apache/httpd-2.0/srclib/apr/include,;t t % grep srcdir config.nice "--srcdir=/mnt/snarky/jerenkrantz/cvs-apache/httpd-2.0/srclib/apr-util" \ % grep with-apr config.nice "--with-apr=../apr" \ I added APR_INCLUDES in 1.23 rev of build/apu-conf.m4: http://cvs.apache.org/viewcvs.cgi/apr-util/build/apu-conf.m4.diff?r1=1.22&r2=1.23 What's going on here? -- justin
