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])],
            [
             if test -x $withval; then
                APXS=$withval
                AC_SUBST($APXS)
                AC_MSG_RESULT([Using apxs....`$APXS`])
             else
                AC_MSG_ERROR([Can't find a usable apxs])
             fi
            ],
            [AC_MSG_ERROR([Can't find a usable apxs])]
           )

I have yet to find a module that actually does this. I even scoured mod_php4.  
mod_perl2 the one I would know best doesn't help since it uses perl 
Makefile.PL.  I've seen lots of --with-apache=DIR, but doesn't help me very 
much.




-- 
END 
------------------------------------------------------------------------------ 
Philip M. Gollucci [EMAIL PROTECTED] 301.474.9294 301.646.3011 (cell) 

Science, Discovery, & the Universe (UMCP) 
Webmaster & Webship Teacher 
URL: http://www.sdu.umd.edu 

eJournalPress 
Database/PERL Programmer & System Admin 
URL : http://www.ejournalpress.com 

Resume : http://p6m7g8.net/Resume 

Reply via email to