summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2005-03-30 14:25:05 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-03-30 14:25:05 +0000
commit36de116d52df0633b2c925a475f8b7e43ad9ac11 (patch)
tree6d2fb4a1459ea680bb1b1a3e6e870907fa50af00 /INSTALL
parent5f106f9c27148e746d86e2ea943381cda96398b4 (diff)
downloadperl-36de116d52df0633b2c925a475f8b7e43ad9ac11.tar.gz
Simplify #24043 note now Configure can do -Dusesitecustomize
p4raw-id: //depot/perl@24105
Diffstat (limited to 'INSTALL')
-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.