> Sascha said this wasn't needed on BSDs, but David says "yes".
> 
> Somebody figure it out :-)
> 
> Personally, I'd rather avoid the rewrite funkiness and use autoconf
> substituation to insert the correct value -- it feel much more reliable to
> me.
> 
> For example... Makefile.in:
> 
> @INCLUDE_RULES@
> 
> Makefile on most systems:
> 
> include $(top_builddir)/build/rules.mk
> 
> Makefile on BSDi systems:
> 
> .include "$(top_builddir)/build/rules.mk"
> 
> 
> Seem reasonable?

Yep, I like it more than how Apache does it.  I believe the problem is
that in general this isn't necessary opn BSDs, but it is required on BSDi,
which is what David is using.

Ryan

_______________________________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------

Reply via email to