Re: Writing Apache 2 Modules

2003-03-03 Thread Philip M. Gollucci
Thanks a bunch that is unbelievably helpful. FYI: now I got side tracked and have to update the FreeBSD ports of Subversion. :) Thanks again On Sunday 02 March 2003 04:56, Chris Monson wrote: Try looking at the subversion code. It uses APXS and has a fairly intelligent set of macros to do

Writing Apache 2 Modules

2003-03-01 Thread Philip M. Gollucci
First of all, I'll take any and all pointers to documentation on this. Second, I am trying to setup autoconf/automake/CVS build environment in my configure.ac dnl Compile time options AC_ARG_WITH( apxs, [AC_HELP_STRING([--with-apxs path to apxs binary])],

Re: Writing Apache 2 Modules

2003-03-01 Thread Chris Monson
Try looking at the subversion code. It uses APXS and has a fairly intelligent set of macros to do it. It also looks for and uses apr-config and apu-config. It's pretty cool. http://subversion.tigris.org/project_source.html Good luck. I can also send you the appropriate m4 files if you are