You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/08/02 13:36:29 UTC

cvs commit: modperl-docs/src/docs/2.0/user/install install.pod

stas        2002/08/02 04:36:29

  Modified:    src/docs/2.0/user/install install.pod
  Log:
  MP_INST_APACHE2=1 is not yet a default
  
  Revision  Changes    Path
  1.22      +4 -1      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.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- install.pod	31 Jul 2002 14:16:49 -0000	1.21
  +++ install.pod	2 Aug 2002 11:36:28 -0000	1.22
  @@ -78,8 +78,11 @@
   =head2 Create the build environment
   
      % cd modperl-2.0
  -   % perl Makefile.PL MP_AP_PREFIX=/home/stas/src/httpd-2.0.xx
  +   % perl Makefile.PL MP_AP_PREFIX=/home/stas/src/httpd-2.0.xx \
  +     MP_INST_APACHE2=1
      % make
  +
  +XXX: MP_INST_APACHE2=1 should become the default
   
   I<options> an optional list of (key,value) pairs.
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org