From: H.Merijn Brand Date: Wed, 30 Mar 2005 14:25:05 +0000 (+0000) Subject: Simplify #24043 note now Configure can do -Dusesitecustomize X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=36de116d52df0633b2c925a475f8b7e43ad9ac11;p=p5sagit%2Fp5-mst-13.2.git Simplify #24043 note now Configure can do -Dusesitecustomize p4raw-id: //depot/perl@24105 --- diff --git a/INSTALL b/INSTALL index fb2d5cd..f701397 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.