Simplify #24043 note now Configure can do -Dusesitecustomize
H.Merijn Brand [Wed, 30 Mar 2005 14:25:05 +0000 (14:25 +0000)]
p4raw-id: //depot/perl@24105

INSTALL

diff --git a/INSTALL b/INSTALL
index fb2d5cd..f701397 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -849,8 +849,9 @@ run-time methods: $PERLLIB, $PERL5LIB, -I, use lib, etc.
 
 Run-time customization of @INC can be enabled with:
 
-       sh Configure -Accflags=-DUSE_SITECUSTOMIZE
+       sh Configure -Dusesitecustomize
 
+Which will define USE_SITECUSTOMIZE and $Config{usesitecustomize}.
 When enabled, make perl run F<$sitelibexp/sitecustomize.pl> before
 anything else.  This script can then be set up to add additional
 entries to @INC.