summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-08 05:24:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-08 05:24:58 +0000
commit3ea7755680302231fb5fb2feb962b211d651338f (patch)
treec2f5c37ba95c35b9349aa3fba28baf396bf008d1 /Configure
parent65c4a52b8a229185efa051760ea5811c20a24be4 (diff)
downloadperl-3ea7755680302231fb5fb2feb962b211d651338f.tar.gz
Retract #20065: I don't think this is the right way
to patch this issue. p4raw-id: //depot/perl@20066
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure172
1 files changed, 86 insertions, 86 deletions
diff --git a/Configure b/Configure
index 23e1084388..4157d439d4 100755
--- a/Configure
+++ b/Configure
@@ -1072,21 +1072,21 @@ sitearchexp=''
installsitebin=''
sitebin=''
sitebinexp=''
-installsitehtml1dir=''
-sitehtml1dir=''
+installsitehtml1=''
+sitehtml1=''
sitehtml1exp=''
-installsitehtml3dir=''
-sitehtml3dir=''
+installsitehtml3=''
+sitehtml3=''
sitehtml3exp=''
installsitelib=''
sitelib=''
sitelib_stem=''
sitelibexp=''
-installsiteman1dir=''
-siteman1dir=''
+installsiteman1=''
+siteman1=''
siteman1exp=''
-installsiteman3dir=''
-siteman3dir=''
+installsiteman3=''
+siteman3=''
siteman3exp=''
siteprefix=''
siteprefixexp=''
@@ -1146,22 +1146,22 @@ d_vendorbin=''
installvendorbin=''
vendorbin=''
vendorbinexp=''
-installvendorhtml1dir=''
-vendorhtml1dir=''
+installvendorhtml1=''
+vendorhtml1=''
vendorhtml1exp=''
-installvendorhtml3dir=''
-vendorhtml3dir=''
+installvendorhtml3=''
+vendorhtml3=''
vendorhtml3exp=''
d_vendorlib=''
installvendorlib=''
vendorlib=''
vendorlib_stem=''
vendorlibexp=''
-installvendorman1dir=''
-vendorman1dir=''
+installvendorman1=''
+vendorman1=''
vendorman1exp=''
-installvendorman3dir=''
-vendorman3dir=''
+installvendorman3=''
+vendorman3=''
vendorman3exp=''
usevendorprefix=''
vendorprefix=''
@@ -1217,8 +1217,8 @@ locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
: no include file wanted by default
inclwanted=''
-siteman1dir=''
-siteman3dir=''
+siteman1=''
+siteman3=''
sitescript=''
: Trailing extension. Override this in a hint file, if needed.
: Extra object files, if any, needed on this platform.
@@ -8555,9 +8555,9 @@ fi
: determine where add-on html pages go
: There is no standard location, so try to copy the previously-selected
: directory structure for the core html pages.
-case "$sitehtml1dir" in
+case "$sitehtml1" in
'') dflt=`echo "$html1dir" | $sed "s#^$prefix#$siteprefix#"` ;;
-*) dflt=$sitehtml1dir ;;
+*) dflt=$sitehtml1 ;;
esac
case "$dflt" in
''|' ') dflt=none ;;
@@ -8565,23 +8565,23 @@ esac
fn=dn+~
rp='Pathname where the site-specific html pages should be installed?'
. ./getfile
-sitehtml1dir="$ans"
+sitehtml1="$ans"
sitehtml1exp="$ansexp"
: Use ' ' for none so value is preserved next time through Configure
-$test X"$sitehtml1dir" = "X" && sitehtml1dir=' '
+$test X"$sitehtml1" = "X" && sitehtml1=' '
: Change installation prefix, if necessary.
if $test X"$prefix" != X"$installprefix"; then
- installsitehtml1dir=`echo "$sitehtml1exp" | $sed "s#^$prefix#$installprefix#"`
+ installsitehtml1=`echo "$sitehtml1exp" | $sed "s#^$prefix#$installprefix#"`
else
- installsitehtml1dir="$sitehtml1exp"
+ installsitehtml1="$sitehtml1exp"
fi
: determine where add-on library html pages go
: There is no standard location, so try to copy the previously-selected
: directory structure for the core html pages.
-case "$sitehtml3dir" in
+case "$sitehtml3" in
'') dflt=`echo "$html3dir" | $sed "s#^$prefix#$siteprefix#"` ;;
-*) dflt=$sitehtml3dir ;;
+*) dflt=$sitehtml3 ;;
esac
case "$dflt" in
''|' ') dflt=none ;;
@@ -8589,21 +8589,21 @@ esac
fn=dn+~
rp='Pathname where the site-specific library html pages should be installed?'
. ./getfile
-sitehtml3dir="$ans"
+sitehtml3="$ans"
sitehtml3exp="$ansexp"
: Use ' ' for none so value is preserved next time through Configure
-$test X"$sitehtml3dir" = "X" && sitehtml3dir=' '
+$test X"$sitehtml3" = "X" && sitehtml3=' '
: Change installation prefix, if necessary.
if $test X"$prefix" != X"$installprefix"; then
- installsitehtml3dir=`echo "$sitehtml3exp" | $sed "s#^$prefix#$installprefix#"`
+ installsitehtml3=`echo "$sitehtml3exp" | $sed "s#^$prefix#$installprefix#"`
else
- installsitehtml3dir="$sitehtml3exp"
+ installsitehtml3="$sitehtml3exp"
fi
: determine where add-on manual pages go
-case "$siteman1dir" in
+case "$siteman1" in
'') dflt=`echo "$man1dir" | $sed "s#^$prefix#$siteprefix#"` ;;
-*) dflt=$siteman1dir ;;
+*) dflt=$siteman1 ;;
esac
case "$dflt" in
''|' ') dflt=none ;;
@@ -8611,21 +8611,21 @@ esac
fn=dn+~
rp='Pathname where the site-specific manual pages should be installed?'
. ./getfile
-siteman1dir="$ans"
+siteman1="$ans"
siteman1exp="$ansexp"
: Use ' ' for none so value is preserved next time through Configure
-$test X"$siteman1dir" = "X" && siteman1dir=' '
+$test X"$siteman1" = "X" && siteman1=' '
: Change installation prefix, if necessary.
if $test X"$prefix" != X"$installprefix"; then
- installsiteman1dir=`echo "$siteman1exp" | $sed "s#^$prefix#$installprefix#"`
+ installsiteman1=`echo "$siteman1exp" | $sed "s#^$prefix#$installprefix#"`
else
- installsiteman1dir="$siteman1exp"
+ installsiteman1="$siteman1exp"
fi
: determine where add-on library man pages go
-case "$siteman3dir" in
+case "$siteman3" in
'') dflt=`echo "$man3dir" | $sed "s#^$prefix#$siteprefix#"` ;;
-*) dflt=$siteman3dir ;;
+*) dflt=$siteman3 ;;
esac
case "$dflt" in
''|' ') dflt=none ;;
@@ -8633,15 +8633,15 @@ esac
fn=dn+~
rp='Pathname where the site-specific library manual pages should be installed?'
. ./getfile
-siteman3dir="$ans"
+siteman3="$ans"
siteman3exp="$ansexp"
: Use ' ' for none so value is preserved next time through Configure
-$test X"$siteman3dir" = "X" && siteman3dir=' '
+$test X"$siteman3" = "X" && siteman3=' '
: Change installation prefix, if necessary.
if $test X"$prefix" != X"$installprefix"; then
- installsiteman3dir=`echo "$siteman3exp" | $sed "s#^$prefix#$installprefix#"`
+ installsiteman3=`echo "$siteman3exp" | $sed "s#^$prefix#$installprefix#"`
else
- installsiteman3dir="$siteman3exp"
+ installsiteman3="$siteman3exp"
fi
: determine where add-on public executable scripts go
@@ -8958,16 +8958,16 @@ else
fi
case "$vendorprefix" in
-'') vendorhtml1dir=''
+'') vendorhtml1=''
vendorhtml1exp=''
;;
*) : determine where vendor-supplied html pages go.
: There is no standard location, so try to copy the previously-selected
: directory structure for the core html pages.
: XXX Better default suggestions would be welcome.
- case "$vendorhtml1dir" in
+ case "$vendorhtml1" in
'') dflt=`echo "$html1dir" | $sed "s#^$prefix#$vendorprefix#"` ;;
- *) dflt=$vendorhtml1dir ;;
+ *) dflt=$vendorhtml1 ;;
esac
case "$dflt" in
''|' ') dflt=none ;;
@@ -8975,30 +8975,30 @@ case "$vendorprefix" in
fn=dn+~
rp='Pathname for the vendor-supplied html pages?'
. ./getfile
- vendorhtml1dir="$ans"
+ vendorhtml1="$ans"
vendorhtml1exp="$ansexp"
;;
esac
: Use ' ' for none so value is preserved next time through Configure
-$test X"$vendorhtml1dir" = "X" && vendorhtml1dir=' '
+$test X"$vendorhtml1" = "X" && vendorhtml1=' '
: Change installation prefix, if necessary.
if $test X"$prefix" != X"$installprefix"; then
- installvendorhtml1dir=`echo $vendorhtml1exp | $sed "s#^$prefix#$installprefix#"`
+ installvendorhtml1=`echo $vendorhtml1exp | $sed "s#^$prefix#$installprefix#"`
else
- installvendorhtml1dir="$vendorhtml1exp"
+ installvendorhtml1="$vendorhtml1exp"
fi
case "$vendorprefix" in
-'') vendorhtml3dir=''
+'') vendorhtml3=''
vendorhtml3exp=''
;;
*) : determine where vendor-supplied module html pages go.
: There is no standard location, so try to copy the previously-selected
: directory structure for the core html pages.
: XXX Better default suggestions would be welcome.
- case "$vendorhtml3dir" in
+ case "$vendorhtml3" in
'') dflt=`echo "$html3dir" | $sed "s#^$prefix#$vendorprefix#"` ;;
- *) dflt=$vendorhtml3dir ;;
+ *) dflt=$vendorhtml3 ;;
esac
case "$dflt" in
''|' ') dflt=none ;;
@@ -9006,27 +9006,27 @@ case "$vendorprefix" in
fn=dn+~
rp='Pathname for the vendor-supplied html pages?'
. ./getfile
- vendorhtml3dir="$ans"
+ vendorhtml3="$ans"
vendorhtml3exp="$ansexp"
;;
esac
: Use ' ' for none so value is preserved next time through Configure
-$test X"$vendorhtml3dir" = "X" && vendorhtml3dir=' '
+$test X"$vendorhtml3" = "X" && vendorhtml3=' '
: Change installation prefix, if necessary.
if $test X"$prefix" != X"$installprefix"; then
- installvendorhtml3dir=`echo $vendorhtml3exp | $sed "s#^$prefix#$installprefix#"`
+ installvendorhtml3=`echo $vendorhtml3exp | $sed "s#^$prefix#$installprefix#"`
else
- installvendorhtml3dir="$vendorhtml3exp"
+ installvendorhtml3="$vendorhtml3exp"
fi
case "$vendorprefix" in
-'') vendorman1dir=''
+'') vendorman1=''
vendorman1exp=''
;;
*) : determine where vendor-supplied manual pages go.
- case "$vendorman1dir" in
+ case "$vendorman1" in
'') dflt=`echo "$man1dir" | $sed "s#^$prefix#$vendorprefix#"` ;;
- *) dflt=$vendorman1dir ;;
+ *) dflt=$vendorman1 ;;
esac
case "$dflt" in
''|' ') dflt=none ;;
@@ -9034,27 +9034,27 @@ case "$vendorprefix" in
fn=nd~+
rp='Pathname for the vendor-supplied manual section 1 pages?'
. ./getfile
- vendorman1dir="$ans"
+ vendorman1="$ans"
vendorman1exp="$ansexp"
;;
esac
: Use ' ' for none so value is preserved next time through Configure
-$test X"$vendorman1dir" = "X" && vendorman1dir=' '
+$test X"$vendorman1" = "X" && vendorman1=' '
: Change installation prefix, if necessary.
if $test X"$prefix" != X"$installprefix"; then
- installvendorman1dir=`echo "$vendorman1exp" | $sed "s#^$prefix#$installprefix#"`
+ installvendorman1=`echo "$vendorman1exp" | $sed "s#^$prefix#$installprefix#"`
else
- installvendorman1dir="$vendorman1exp"
+ installvendorman1="$vendorman1exp"
fi
case "$vendorprefix" in
-'') vendorman3dir=''
+'') vendorman3=''
vendorman3exp=''
;;
*) : determine where vendor-supplied module manual pages go.
- case "$vendorman3dir" in
+ case "$vendorman3" in
'') dflt=`echo "$man3dir" | $sed "s#^$prefix#$vendorprefix#"` ;;
- *) dflt=$vendorman3dir ;;
+ *) dflt=$vendorman3 ;;
esac
case "$dflt" in
''|' ') dflt=none ;;
@@ -9062,17 +9062,17 @@ case "$vendorprefix" in
fn=nd~+
rp='Pathname for the vendor-supplied manual section 3 pages?'
. ./getfile
- vendorman3dir="$ans"
+ vendorman3="$ans"
vendorman3exp="$ansexp"
;;
esac
: Use ' ' for none so value is preserved next time through Configure
-$test X"$vendorman3dir" = "X" && vendorman3dir=' '
+$test X"$vendorman3" = "X" && vendorman3=' '
: Change installation prefix, if necessary.
if $test X"$prefix" != X"$installprefix"; then
- installvendorman3dir=`echo "$vendorman3exp" | $sed "s#^$prefix#$installprefix#"`
+ installvendorman3=`echo "$vendorman3exp" | $sed "s#^$prefix#$installprefix#"`
else
- installvendorman3dir="$vendorman3exp"
+ installvendorman3="$vendorman3exp"
fi
case "$vendorprefix" in
@@ -21083,21 +21083,21 @@ installprivlib='$installprivlib'
installscript='$installscript'
installsitearch='$installsitearch'
installsitebin='$installsitebin'
-installsitehtml1dir='$installsitehtml1dir'
-installsitehtml3dir='$installsitehtml3dir'
+installsitehtml1='$installsitehtml1'
+installsitehtml3='$installsitehtml3'
installsitelib='$installsitelib'
-installsiteman1dir='$installsiteman1dir'
-installsiteman3dir='$installsiteman3dir'
+installsiteman1='$installsiteman1'
+installsiteman3='$installsiteman3'
installsitescript='$installsitescript'
installstyle='$installstyle'
installusrbinperl='$installusrbinperl'
installvendorarch='$installvendorarch'
installvendorbin='$installvendorbin'
-installvendorhtml1dir='$installvendorhtml1dir'
-installvendorhtml3dir='$installvendorhtml3dir'
+installvendorhtml1='$installvendorhtml1'
+installvendorhtml3='$installvendorhtml3'
installvendorlib='$installvendorlib'
-installvendorman1dir='$installvendorman1dir'
-installvendorman3dir='$installvendorman3dir'
+installvendorman1='$installvendorman1'
+installvendorman3='$installvendorman3'
installvendorscript='$installvendorscript'
intsize='$intsize'
issymlink='$issymlink'
@@ -21278,16 +21278,16 @@ sitearch='$sitearch'
sitearchexp='$sitearchexp'
sitebin='$sitebin'
sitebinexp='$sitebinexp'
-sitehtml1dir='$sitehtml1dir'
+sitehtml1='$sitehtml1'
sitehtml1exp='$sitehtml1exp'
-sitehtml3dir='$sitehtml3dir'
+sitehtml3='$sitehtml3'
sitehtml3exp='$sitehtml3exp'
sitelib='$sitelib'
sitelib_stem='$sitelib_stem'
sitelibexp='$sitelibexp'
-siteman1dir='$siteman1dir'
+siteman1='$siteman1'
siteman1exp='$siteman1exp'
-siteman3dir='$siteman3dir'
+siteman3='$siteman3'
siteman3exp='$siteman3exp'
siteprefix='$siteprefix'
siteprefixexp='$siteprefixexp'
@@ -21388,16 +21388,16 @@ vendorarch='$vendorarch'
vendorarchexp='$vendorarchexp'
vendorbin='$vendorbin'
vendorbinexp='$vendorbinexp'
-vendorhtml1dir='$vendorhtml1dir'
+vendorhtml1='$vendorhtml1'
vendorhtml1exp='$vendorhtml1exp'
-vendorhtml3dir='$vendorhtml3dir'
+vendorhtml3='$vendorhtml3'
vendorhtml3exp='$vendorhtml3exp'
vendorlib='$vendorlib'
vendorlib_stem='$vendorlib_stem'
vendorlibexp='$vendorlibexp'
-vendorman1dir='$vendorman1dir'
+vendorman1='$vendorman1'
vendorman1exp='$vendorman1exp'
-vendorman3dir='$vendorman3dir'
+vendorman3='$vendorman3'
vendorman3exp='$vendorman3exp'
vendorprefix='$vendorprefix'
vendorprefixexp='$vendorprefixexp'