From 36de116d52df0633b2c925a475f8b7e43ad9ac11 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Wed, 30 Mar 2005 14:25:05 +0000 Subject: [PATCH] Simplify #24043 note now Configure can do -Dusesitecustomize p4raw-id: //depot/perl@24105 --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.7.4