From 4d20abadde4f672afab51524d4ff00c7c65bbed7 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 13 Mar 2006 20:49:55 +0000 Subject: [PATCH] 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 --- Configure | 62 +++++++++++++++++++++++++++++++++++++++++++------------------- configpm | 25 +++++++++++++++++++++++-- 2 files changed, 66 insertions(+), 21 deletions(-) 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 <