diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-03-30 14:25:05 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-03-30 14:25:05 +0000 |
commit | 36de116d52df0633b2c925a475f8b7e43ad9ac11 (patch) | |
tree | 6d2fb4a1459ea680bb1b1a3e6e870907fa50af00 /INSTALL | |
parent | 5f106f9c27148e746d86e2ea943381cda96398b4 (diff) | |
download | perl-36de116d52df0633b2c925a475f8b7e43ad9ac11.tar.gz |
Simplify #24043 note now Configure can do -Dusesitecustomize
p4raw-id: //depot/perl@24105
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |