On Tue, May 24, 2005 at 12:30:23PM -0700, Paul Querna wrote: > [EMAIL PROTECTED] wrote: > > Author: jorton > > Date: Fri Feb 11 06:08:24 2005 > > New Revision: 153400 > > > > URL: http://svn.apache.org/viewcvs?view=rev&rev=153400 > > Log: > > Support use of an external copy of the PCRE library: > > > > * configure.in: Set abs_{builddir,srcdir} higher. Add --with-pcre > > flag; build against external PCRE library if used. > > > > This adds the path to the libpcre in srclib/pcre to the EXTRA_CFLAGS, eg: > -I/work/apache/httpd-listen-proto/srclib/pcre > > This means the installed config_vars.mk references that build path, even > after it is installed. It would be nice if this could be added only for > the compile, and not exported.
Yes, config_vars.mk is largely unsanitized in the installed tree, that's a long-standing problem - EXTRA_INCLUDES is largely bogus too. It could do with e.g. some clever sed script being run over it at installation time; removing all the variables which aren't relevant to the install tree and sanitizing the remainder. joe