gozer       2004/09/18 15:18:53

  Modified:    src/docs/2.0/user/install install.pod
  Log:
  MP_AP_BUILD configure option removed. Now implicit when MP_USE_STATIC
  is specified
  
  Revision  Changes    Path
  1.65      +1 -9      modperl-docs/src/docs/2.0/user/install/install.pod
  
  Index: install.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/install/install.pod,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- install.pod       18 Sep 2004 04:22:49 -0000      1.64
  +++ install.pod       18 Sep 2004 22:18:53 -0000      1.65
  @@ -369,7 +369,7 @@
   To enable statically linking mod_perl into Apache, use the
   C<L<MP_USE_STATIC|/MP_USE_STATIC>> flag like this:
   
  -  % perl Makefile.PL MP_USE_STATIC=1 MP_AP_BUILD=1 \
  +  % perl Makefile.PL MP_USE_STATIC=1 \
       MP_AP_PREFIX=$HOME/src/httpd-2.x \
       MP_AP_CONFIGURE="--with-mpm=prefork"
   
  @@ -405,11 +405,6 @@
   Build static mod_perl (I<mod_perl.a>). This is the default. It'll be
   turned off if C<MP_USE_DSO=1> is used.
   
  -=head4 MP_AP_BUILD
  -
  -Configure and build httpd in C<MP_AP_PREFIX>, linking mod_perl statically
  -to it.
  -
   =head4 MP_STATIC_EXTS
   
   Build C<Apache::*.xs> as static extensions.
  @@ -512,9 +507,6 @@
   =head4 MP_AP_CONFIGURE
   
   The command-line arguments to pass to httpd's configure script.
  -
  -C<MP_AP_CONFIGURE> has no effect unless C<MP_AP_BUILD> is also
  -specified.
   
   =head4 MP_AP_PREFIX
   
  
  
  

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

Reply via email to