GOMEZ Henri wrote:
> 
> >Hi,
> >
> >I have added support for static linking of mod_jk (for
> >Apache-1.3.x). I have
> >used automake to reach it, it has side effects I would like to comment:
> >- apxs cannot be used build mod_jk.so.
> >- It needs autoconf/automake for prepare the *.in file. (Only
> >for develloppers).
> >- It needs libtools.
> >
> >I am quite unhappy about not beeing able to use apxs to build
> >mod_jk.so, but I
> >have not find a clean solution. Has someone an idea?
> >
> 
> What about a dual strategy ?
> 
> DSO using current autoconf stuff and STATIC the new one ?

Yes, but automake builds the Makefile.in out of the Makefile.am... So the
dynamic linking  Makefile.in are lost.
The trick I have thought of is to use automake to generate the Makefile.in,
patch the Makefile.in to put back the dynamic linking part and commit both file
(Of with a note that automake should only be use to regenerate the Makefile.in
and both file have to be committed).

Reply via email to