summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-10-27 13:38:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-10-27 13:38:41 +0000
commit10a675193b1a7d3751e2d04a91c294c6be9dfaf7 (patch)
tree05c7add4625a25c222facc2289241de33958cd7f /Porting
parent0545a864a6e98637ff6d2f3cd3c8e85ae311d4e6 (diff)
downloadperl-10a675193b1a7d3751e2d04a91c294c6be9dfaf7.tar.gz
Regen Configure.
p4raw-id: //depot/cfgperl@4467
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary22
-rw-r--r--Porting/config.sh5
-rw-r--r--Porting/config_H2
3 files changed, 25 insertions, 4 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index b0fb54d03d..f3f99f2349 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -202,6 +202,10 @@ compress (Loc.U):
This variable is defined but not used by Configure.
The value is a plain '' and is not useful.
+CONFIGDOTSH (Oldsyms.U):
+ This is set to 'true' in config.sh so that a shell script
+ sourcing config.sh can tell if it has been sourced already.
+
contains (contains.U):
This variable holds the command to do a grep with a proper return
status. On most sane systems it is simply "grep". On insane systems
@@ -2573,6 +2577,24 @@ perl (Loc.U):
This variable is defined but not used by Configure.
The value is a plain '' and is not useful.
+PERL_APIVERSION (Oldsyms.U):
+ This value is manually set in patchlevel.h and is used
+ to set the Configure apiversion variable.
+
+PERL_REVISION (Oldsyms.U):
+ In a Perl version number such as 5.6.2, this is the 5.
+ This value is manually set in patchlevel.h
+
+PERL_SUBVERSION (Oldsyms.U):
+ In a Perl version number such as 5.6.2, this is the 2.
+ Values greater than 50 represent potentially unstable
+ development subversions.
+ This value is manually set in patchlevel.h
+
+PERL_VERSION (Oldsyms.U):
+ In a Perl version number such as 5.6.2, this is the 6.
+ This value is manually set in patchlevel.h
+
perladmin (perladmin.U):
Electronic mail address of the perl5 administrator.
diff --git a/Porting/config.sh b/Porting/config.sh
index dce5791de8..13636b688c 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Wed Oct 27 15:23:59 EET DST 1999
+# Configuration time: Wed Oct 27 16:33:32 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='Wed Oct 27 15:23:59 EET DST 1999'
+cf_time='Wed Oct 27 16:33:32 EET DST 1999'
chgrp=''
chmod=''
chown=''
@@ -537,7 +537,6 @@ man3dir='/opt/perl/man/man3'
man3direxp='/opt/perl/man/man3'
man3ext='3'
medium=''
-mips=''
mips_type=''
mkdir='mkdir'
mmaptype='void *'
diff --git a/Porting/config_H b/Porting/config_H
index 1b960314d6..6b728e0784 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Wed Oct 27 15:23:59 EET DST 1999
+ * Configuration time: Wed Oct 27 16:33:32 EET DST 1999
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/