On Mon, 10 Sep 2001, Stas Bekman wrote:
 
> should we change the default log level to notice in Apache::TestTrace?
> Using warning for things like: "installing foo" doesn't seem right.

we should let make/MakeMaker take care of those messages.
 
> not sure how clean is this patch, but it installs the right lib, based on
> the value of MODPERL_LIB. I think this will work for the static build as
> well.

we should be setting up make variables like $(APACHE_PREFIX),
$(APACHE_LIBDIR), etc., and using MY::post_initialize to add to
$self->{PM} (like 1.x does when installing header files).  for example:

$self->{PM}{"src/modules/perl/$libmodperl"} =
    "\$(APACHE_LIBDIR)/$libmodperl";

then we can do similar with header files and whatever else we want
installed under $(APACHE_PREFIX).




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to