randyk      2003/09/27 13:18:46

  Modified:    src/docs/1.0/os/win32 install.pod
  Log:
  Describe the presence in the mod_perl 1 cvs sources of an INSTALL_LIB
  option to 'perl Makefile.PL' for Win32 to specify the location of where
  to install mod_perl.lib.
  
  Revision  Changes    Path
  1.31      +10 -1     modperl-docs/src/docs/1.0/os/win32/install.pod
  
  Index: install.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/install.pod,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- install.pod       12 Sep 2003 16:29:48 -0000      1.30
  +++ install.pod       27 Sep 2003 20:18:46 -0000      1.31
  @@ -163,7 +163,7 @@
   
   Generating the Makefile as, for example,
   
  -  C:\modperl_src> perl Makefile.PL APACHE_SRC=\Apache 
INSTALL_DLL=\Apache\modules
  +  C:\modperl_src> perl Makefile.PL APACHE_SRC=\Apache
   
   will build mod_perl (including mod_perl.so) entirely from 
   the command line. The arguments accepted include
  @@ -185,6 +185,15 @@
   current cvs mod_perl 1 sources, INSTALL_DLL, if not supplied, 
   will assume a default of F<APACHE_SRC/modules>, if this directory
   exists).
  +
  +=item INSTALL_LIB
  +
  +This option, which is presently available only in the current
  +mod_perl 1 cvs sources, gives the location of where to install
  +mod_perl.lib (eg, F<\Apache\libexec>). This library is needed for
  +building certain 3rd party Apache modules. If this is not supplied, 
  +a default of F<APACHE_SRC/libexec> will be assumed, if this directory
  +exists.
   
   =item DEBUG
   
  
  
  

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

Reply via email to