[pubcookie-dev] Re: WEBISO CVS update: willey; libpubcookie.h,1.35,1.36 mod_pubcookie.c,

Lars Uffmann lars.uffmann at telefonica.de
Fri Jul 4 04:47:38 PDT 2003


On Thu, 2003-07-03 at 22:10, Jon Miner wrote:
> You really want to change the autoconf code to detect the Apache
> version..  I already have code to extract the version that you've
> pointed configure at, so you should be able to just run from there.
> 
> There should be no reason to edit the Makefile directly (after configure
> has created it), 'cuz changes will get overwritten if configure runs
> again (which it often will.)

Agreed. I have little to no experience with autoconf, so I choosed to
hack the Makefile for initial development. I see the following needs to
be done:

if it is apache2, check for

* wether the apache supports DSO
* path to apu-config
* path to apr-config
* special linker flags for apxs (-Wl,-shared)

That schould be all of it. If keyclient could be compiled seperatly from
mod_pubcookie.so, we would not need {apu,apr}-config at all.

Lars




More information about the pubcookie-dev mailing list