On Sat, Jan 05, 2002 at 04:37:35PM -0800, Doug MacEachern wrote:
> CFLAGS="-Wall -g"; export CFLAGS
> "/usr/local/apache/src/httpd-2.0-cvs/srclib/apr-util/configure" \
<snip, snip>
> "--with-apr=../apr" \
> "--prefix=/usr/local/apache/install/prefork-debug-shared-all-exp" \
> "$@"

Huh.  That's what I have and it works.  What does config.status
say for APR_INCLUDES:

% grep APR_INCLUDES srclib/apr-util/config.status
s,@APR_INCLUDES@,-I/home/jerenkrantz/cvs-apache/httpd-2.0/srclib/apr/include,;t
t

It looks like it isn't getting substituted for you.  It's working
here in VPATH and non-VPATH builds.  You could try blowing away 
your config.cache.  -- justin

Reply via email to