summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-10-28 22:01:12 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-10-28 22:01:12 +0000
commitf868067f71962292cefa95e71c0bed29258aec96 (patch)
tree46c718163c637093f4437bfad473d1210e7e3e24 /Porting
parent785fb66b9a3cb438ed213406a1dec3f5257fd014 (diff)
downloadperl-f868067f71962292cefa95e71c0bed29258aec96.tar.gz
Regen Configure.
p4raw-id: //depot/cfgperl@4483
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary41
-rw-r--r--Porting/config.sh4
-rw-r--r--Porting/config_H14
3 files changed, 41 insertions, 18 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 9783a119d2..e29381cb6c 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -2792,6 +2792,11 @@ sitearch (sitearch.U):
which is the name of the private library for this package. It may
have a ~ on the front. It is up to the makefile to eventually create
this directory while performing installation (with ~ substitution).
+ The standard distribution will put nothing in this directory.
+ After perl has been installed, users may install their own local
+ architecture-dependent modules in this directory with
+ MakeMaker Makefile.PL
+ or equivalent. See INSTALL for details.
sitearchexp (sitearch.U):
This variable is the ~name expanded version of sitearch, so that you
@@ -2802,6 +2807,11 @@ sitebin (sitebin.U):
to put add-on publicly executable files for the package in question. It
is most often a local directory such as /usr/local/bin. Programs using
this variable must be prepared to deal with ~name substitution.
+ The standard distribution will put nothing in this directory.
+ After perl has been installed, users may install their own local
+ executables in this directory with
+ MakeMaker Makefile.PL
+ or equivalent. See INSTALL for details.
sitebinexp (sitebin.U):
This is the same as the sitebin variable, but is filename expanded at
@@ -2812,6 +2822,11 @@ sitelib (sitelib.U):
which is the name of the private library for this package. It may
have a ~ on the front. It is up to the makefile to eventually create
this directory while performing installation (with ~ substitution).
+ The standard distribution will put nothing in this directory.
+ After perl has been installed, users may install their own local
+ architecture-independent modules in this directory with
+ MakeMaker Makefile.PL
+ or equivalent. See INSTALL for details.
sitelibexp (sitelib.U):
This variable is the ~name expanded version of sitelib, so that you
@@ -2820,6 +2835,7 @@ sitelibexp (sitelib.U):
siteprefix (siteprefix.U):
This variable holds the full absolute path of the directory below
which the user will install add-on packages.
+ See INSTALL for usage and examples.
siteprefixexp (siteprefix.U):
This variable holds the full absolute path of the directory below
@@ -3168,12 +3184,13 @@ uuname (Loc.U):
The value is a plain '' and is not useful.
vendorbin (vendorbin.U):
- This variable contains the eventual value of the VENDORBIN symbol,
- which is the name of the private directory for exuctables for this package.
- It may have a ~ on the front. It is up to the makefile to eventually create
- this directory while performing installation (with ~ substitution).
- Vendors who distribute perl binaries may place their own
- extensions and modules in this directory.
+ This variable contains the eventual value of the VENDORBIN symbol.
+ It may have a ~ on the front.
+ The standard distribution will put nothing in this directory.
+ Vendors who distribute perl may wish to place additional
+ binaries in this directory with
+ MakeMaker Makefile.PL INSTALLDIRS=vendor
+ or equivalent. See INSTALL for details.
vendorbinexp (vendorbin.U):
This variable is the ~name expanded version of vendorbin, so that you
@@ -3181,11 +3198,12 @@ vendorbinexp (vendorbin.U):
vendorlib (vendorlib.U):
This variable contains the eventual value of the VENDORLIB symbol,
- which is the name of the private library for this package. It may
- have a ~ on the front. It is up to the makefile to eventually create
- this directory while performing installation (with ~ substitution).
- Vendors who distribute perl binaries may place their own
- extensions and modules in this directory.
+ which is the name of the private library for this package.
+ The standard distribution will put nothing in this directory.
+ Vendors who distribute perl may wish to place their own
+ modules in this directory with
+ MakeMaker Makefile.PL INSTALLDIRS=vendor
+ or equivalent. See INSTALL for details.
vendorlibexp (vendorlib.U):
This variable is the ~name expanded version of vendorlib, so that you
@@ -3194,6 +3212,7 @@ vendorlibexp (vendorlib.U):
vendorprefix (vendorprefix.U):
This variable holds the full absolute path of the directory below
which the vendor will install add-on packages.
+ See INSTALL for usage and examples.
vendorprefixexp (vendorprefix.U):
This variable holds the full absolute path of the directory below
diff --git a/Porting/config.sh b/Porting/config.sh
index f9edd2bae7..a16d7ee84c 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Thu Oct 28 15:12:04 EET DST 1999
+# Configuration time: Fri Oct 29 01:05:28 EET DST 1999
# Configured by : jhi
# Target system : osf1 alpha.hut.fi v4.0 878 alpha
@@ -56,7 +56,7 @@ ccflags='-pthread -std -DLANGUAGE_C'
ccsymbols='__LANGUAGE_C__=1 _LONGLONG=1 LANGUAGE_C=1 SYSTYPE_BSD=1'
cf_by='jhi'
cf_email='yourname@yourhost.yourplace.com'
-cf_time='Thu Oct 28 15:12:04 EET DST 1999'
+cf_time='Fri Oct 29 01:05:28 EET DST 1999'
chgrp=''
chmod=''
chown=''
diff --git a/Porting/config_H b/Porting/config_H
index 71bee46b8d..270f9ef4bf 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Thu Oct 28 15:12:04 EET DST 1999
+ * Configuration time: Fri Oct 29 01:05:28 EET DST 1999
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -1450,8 +1450,10 @@
* execution path, but it should be accessible by the world. The program
* should be prepared to do ~ expansion.
* The standard distribution will put nothing in this directory.
- * Individual sites may place their own extensions and modules in
- * this directory.
+ * After perl has been installed, users may install their own local
+ * architecture-dependent modules in this directory with
+ * MakeMaker Makefile.PL
+ * or equivalent. See INSTALL for details.
*/
/* SITEARCH_EXP:
* This symbol contains the ~name expanded version of SITEARCH, to be used
@@ -1466,8 +1468,10 @@
* execution path, but it should be accessible by the world. The program
* should be prepared to do ~ expansion.
* The standard distribution will put nothing in this directory.
- * Individual sites may place their own extensions and modules in
- * this directory.
+ * After perl has been installed, users may install their own local
+ * architecture-independent modules in this directory with
+ * MakeMaker Makefile.PL
+ * or equivalent. See INSTALL for details.
*/
/* SITELIB_EXP:
* This symbol contains the ~name expanded version of SITELIB, to be used