diff options
-rwxr-xr-x | Configure | 172 | ||||
-rw-r--r-- | INSTALL | 24 | ||||
-rw-r--r-- | Policy_sh.SH | 24 | ||||
-rw-r--r-- | pod/perltoc.pod | 22 |
4 files changed, 121 insertions, 121 deletions
@@ -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' @@ -438,10 +438,10 @@ be used for installing those add-on modules and scripts. $sitescript $siteprefix/bin $sitelib $siteprefix/lib/perl5/site_perl/$version $sitearch $siteprefix/lib/perl5/site_perl/$version/$archname - $siteman1dir $siteprefix/man/man1 - $siteman3dir $siteprefix/man/man3 - $sitehtml1dir (none) - $sitehtml3dir (none) + $siteman1 $siteprefix/man/man1 + $siteman3 $siteprefix/man/man3 + $sitehtml1 (none) + $sitehtml3 (none) By default, ExtUtils::MakeMaker will install architecture-independent modules into $sitelib and architecture-dependent modules into $sitearch. @@ -459,10 +459,10 @@ for you to use to distribute add-on modules. $vendorscript $vendorprefix/bin $vendorlib $vendorprefix/lib/perl5/vendor_perl/$version $vendorarch $vendorprefix/lib/perl5/vendor_perl/$version/$archname - $vendorman1dir $vendorprefix/man/man1 - $vendorman3dir $vendorprefix/man/man3 - $vendorhtml1dir (none) - $vendorhtml3dir (none) + $vendorman1 $vendorprefix/man/man1 + $vendorman3 $vendorprefix/man/man3 + $vendorhtml1 (none) + $vendorhtml3 (none) These are normally empty, but may be set as needed. For example, a vendor might choose the following settings: @@ -484,15 +484,15 @@ This would have the effect of setting the following: $sitescript /usr/local/bin $sitelib /usr/local/lib/perl5/site_perl/$version $sitearch /usr/local/lib/perl5/site_perl/$version/$archname - $siteman1dir /usr/local/man/man1 - $siteman3dir /usr/local/man/man3 + $siteman1 /usr/local/man/man1 + $siteman3 /usr/local/man/man3 $vendorbin /usr/bin $vendorscript /usr/bin $vendorlib /usr/lib/perl5/vendor_perl/$version $vendorarch /usr/lib/perl5/vendor_perl/$version/$archname - $vendorman1dir /usr/man/man1 - $vendorman3dir /usr/man/man3 + $vendorman1 /usr/man/man1 + $vendorman3 /usr/man/man3 Note how in this example, the vendor-supplied directories are in the /usr hierarchy, while the directories reserved for the end-user are in diff --git a/Policy_sh.SH b/Policy_sh.SH index fe7b9f05e2..adce8b643a 100644 --- a/Policy_sh.SH +++ b/Policy_sh.SH @@ -125,16 +125,16 @@ esac # $bin $scriptdir $privlib $archlib # $man1dir $man3dir $html1dir $html3dir # $sitebin $sitescript $sitelib $sitearch -# $siteman1dir $siteman3dir $sitehtml1dir $sitehtml3dir +# $siteman1 $siteman3 $sitehtml1 $sitehtml3 # $vendorbin $vendorscript $vendorlib $vendorarch -# $vendorman1dir $vendorman3dir $vendorhtml1dir $vendorhtml3dir +# $vendorman1 $vendorman3 $vendorhtml1 $vendorhtml3 for var in \ bin scriptdir privlib archlib man1dir man3dir html1dir html3dir \ sitebin sitescript sitelib sitearch \ - siteman1dir siteman3dir sitehtml1dir sitehtml3dir \ + siteman1 siteman3 sitehtml1 sitehtml3 \ vendorbin vendorscript vendorlib vendorarch \ - vendorman1dir vendorman3dir vendorhtml1dir vendorhtml3dir + vendorman1 vendorman3 vendorhtml1 vendorhtml3 do case "$var" in @@ -184,11 +184,11 @@ do ;; sitearch) dflt="$sitelib/$archname" ;; - siteman1dir) dflt="$siteprefix/man/man1" ;; - siteman3dir) dflt="$siteprefix/man/man3" ;; + siteman1) dflt="$siteprefix/man/man1" ;; + siteman3) dflt="$siteprefix/man/man3" ;; # We don't know what to do with these yet. - sitehtml1dir) dflt='' ;; - sitehtml3dir) dflt='' ;; + sitehtml1) dflt='' ;; + sitehtm31dir) dflt='' ;; # Directories for vendor-supplied add-on files # These are all usually empty. @@ -213,11 +213,11 @@ do ;; vendorarch) dflt="$vendorlib/$archname" ;; - vendorman1dir) dflt="$vendorprefix/man/man1" ;; - vendorman3dir) dflt="$vendorprefix/man/man3" ;; + vendorman1) dflt="$vendorprefix/man/man1" ;; + vendorman3) dflt="$vendorprefix/man/man3" ;; # We don't know what to do with these yet. - vendorhtml1dir) dflt='' ;; - vendorhtml3dir) dflt='' ;; + vendorhtml1) dflt='' ;; + vendorhtm3) dflt='' ;; esac # End of vendorprefix != '' fi diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 561e23647e..6262f4d127 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -11146,12 +11146,12 @@ C<ignore_versioned_solibs>, C<inc_version_list>, C<inc_version_list_init>, C<incpath>, C<inews>, C<installarchlib>, C<installbin>, C<installhtml1dir>, C<installhtml3dir>, C<installman1dir>, C<installman3dir>, C<installprefix>, C<installprefixexp>, C<installprivlib>, C<installscript>, -C<installsitearch>, C<installsitebin>, C<installsitehtml1dir>, -C<installsitehtml3dir>, C<installsitelib>, C<installsiteman1dir>, -C<installsiteman3dir>, C<installsitescript>, C<installstyle>, +C<installsitearch>, C<installsitebin>, C<installsitehtml1>, +C<installsitehtml3>, C<installsitelib>, C<installsiteman1>, +C<installsiteman3>, C<installsitescript>, C<installstyle>, C<installusrbinperl>, C<installvendorarch>, C<installvendorbin>, -C<installvendorhtml1dir>, C<installvendorhtml3dir>, C<installvendorlib>, -C<installvendorman1dir>, C<installvendorman3dir>, C<installvendorscript>, +C<installvendorhtml1>, C<installvendorhtml3>, C<installvendorlib>, +C<installvendorman1>, C<installvendorman3>, C<installvendorscript>, C<intsize>, C<issymlink>, C<ivdformat>, C<ivsize>, C<ivtype> =item k @@ -11223,9 +11223,9 @@ C<setprotoent_r_proto>, C<setpwent_r_proto>, C<setservent_r_proto>, C<sh>, C<shar>, C<sharpbang>, C<shmattype>, C<shortsize>, C<shrpenv>, C<shsharp>, C<sig_count>, C<sig_name>, C<sig_name_init>, C<sig_num>, C<sig_num_init>, C<sig_size>, C<signal_t>, C<sitearch>, C<sitearchexp>, C<sitebin>, -C<sitebinexp>, C<sitehtml1dir>, C<sitehtml1exp>, C<sitehtml3dir>, -C<sitehtml3exp>, C<sitelib>, C<sitelib_stem>, C<sitelibexp>, C<siteman1dir>, -C<siteman1exp>, C<siteman3dir>, C<siteman3exp>, C<siteprefix>, +C<sitebinexp>, C<sitehtml1>, C<sitehtml1exp>, C<sitehtml3>, +C<sitehtml3exp>, C<sitelib>, C<sitelib_stem>, C<sitelibexp>, C<siteman1>, +C<siteman1exp>, C<siteman3>, C<siteman3exp>, C<siteprefix>, C<siteprefixexp>, C<sitescript>, C<sitescriptexp>, C<sizesize>, C<sizetype>, C<sleep>, C<smail>, C<so>, C<sockethdr>, C<socketlib>, C<socksizetype>, C<sort>, C<spackage>, C<spitshell>, C<sPRId64>, @@ -11259,9 +11259,9 @@ C<uvXUformat> =item v C<vendorarch>, C<vendorarchexp>, C<vendorbin>, C<vendorbinexp>, -C<vendorhtml1dir>, C<vendorhtml1exp>, C<vendorhtml3dir>, C<vendorhtml3exp>, -C<vendorlib>, C<vendorlib_stem>, C<vendorlibexp>, C<vendorman1dir>, -C<vendorman1exp>, C<vendorman3dir>, C<vendorman3exp>, C<vendorprefix>, +C<vendorhtml1>, C<vendorhtml1exp>, C<vendorhtml3>, C<vendorhtml3exp>, +C<vendorlib>, C<vendorlib_stem>, C<vendorlibexp>, C<vendorman1>, +C<vendorman1exp>, C<vendorman3>, C<vendorman3exp>, C<vendorprefix>, C<vendorprefixexp>, C<vendorscript>, C<vendorscriptexp>, C<version>, C<version_patchlevel_string>, C<versiononly>, C<vi>, C<voidflags> |