Author: stas
Date: Fri Feb 18 08:47:40 2005
New Revision: 154321

URL: http://svn.apache.org/viewcvs?view=rev&rev=154321
Log:
introduce a new build option MP_AP_DESTDIR to aid package builders
direct the Apache-specific files to the right place. [Cory Omand
<[EMAIL PROTECTED]>]

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod
URL: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod?view=diff&r1=154320&r2=154321
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod Fri Feb 18 
08:47:40 2005
@@ -519,6 +519,24 @@
 
   % t/TEST -httpd /home/stas/httpd/prefork/bin/httpd
 
+
+
+
+=head4 MP_AP_DESTDIR
+
+This option exists to make the lives of package maintainers easier. If
+you aren't a package manager you should not need to use this option.
+
+Apache installation destination directory.  This path will be prefixed
+to the installation paths for all Apache-specific files during C<make
+install>.  For instance, if Apache modules are normally installed into
+I</path/to/httpd-2.0/modules/> and C<MP_AP_DESTDIR> is set to
+I</tmp/foo>, the I<mod_perl.so> will be installed in:
+
+  /tmp/foo/path/to/httpd-2.0/modules/mod_perl.so
+
+
+
 =head4 MP_APR_CONFIG
 
 If APR wasn't installed under the same file tree as httpd, you may



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

Reply via email to