From: Jarkko Hietaniemi Date: Sat, 28 Nov 1998 11:56:29 +0000 (+0000) Subject: Better LD_LIBRARY_PATH instructions for Bourneists. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=768f99fb3543299c1bb97a85abfb403e9350f4e4;p=p5sagit%2Fp5-mst-13.2.git Better LD_LIBRARY_PATH instructions for Bourneists. p4raw-id: //depot/cfgperl@2337 --- diff --git a/Configure b/Configure index 3f3d24b..45e156a 100755 --- a/Configure +++ b/Configure @@ -5207,7 +5207,7 @@ EOM To build perl, you must add the current working directory to your $xxx environment variable before running make. You can do this with - $xxx=\`pwd\`; export $xxx + $xxx=\`pwd\`:\$$xxx; export $xxx for Bourne-style shells, or setenv $xxx \`pwd\` for Csh-style shells. You *MUST* do this before running make.