summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index fb2d5cd0da..f701397242 100644
--- 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.