From: Nicholas Clark Date: Mon, 13 Mar 2006 20:49:55 +0000 (+0000) Subject: First stab at rather shaky Configure support for relocatable @INC. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d20abadde4f672afab51524d4ff00c7c65bbed7;p=p5sagit%2Fp5-mst-13.2.git First stab at rather shaky Configure support for relocatable @INC. Seems to be installing rather more that it's supposed to be. p4raw-id: //depot/perl@27490 --- diff --git a/Configure b/Configure index 6326ffe..56a05f9 100755 --- a/Configure +++ b/Configure @@ -5993,6 +5993,49 @@ eval "${prefixvar}exp=\"\$ansexp\"" . ./installprefix EOSC +: determine where public executables go +echo " " +set dflt bin bin +eval $prefixit +fn=d~ +rp='Pathname where the public executables will reside?' +. ./getfile +if $test "X$ansexp" != "X$binexp"; then + installbin='' +fi +prefixvar=bin +: XXX Bug? -- ignores Configure -Dinstallprefix setting. +. ./setprefixvar + +case "$userelocatableinc" in +$define|true|[yY]*) dflt='y';; +*) dflt='n';; +esac +cat <