summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-18 17:11:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-18 17:11:07 +0000
commitf78bfc9cd1f8635ff74b5498755525103ee2e6b3 (patch)
tree8f865719aa26ba91c95b051e13b26374815d5785 /Porting
parent6d4f734c7dcb73e49cff15cfce4389390a27bda5 (diff)
downloadperl-f78bfc9cd1f8635ff74b5498755525103ee2e6b3.tar.gz
Configure nits: rewording from Sarathy (aka #5796),
and installation directories patch from Robin Barker. p4raw-id: //depot/cfgperl@5802
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary11
-rw-r--r--Porting/config.sh4
-rw-r--r--Porting/config_H4
3 files changed, 10 insertions, 9 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 2c948b8689..cc66d7041b 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -131,8 +131,8 @@ bin (bin.U):
this variable must be prepared to deal with ~name substitution.
bincompat5005 (bincompat5005.U):
- This variable contains y if Perl 5.006 should be binary-compatible
- with Perl 5.005.
+ This variable contains y if this version of Perl should be
+ binary-compatible with Perl 5.005.
binexp (bin.U):
This is the same as the bin variable, but is filename expanded at
@@ -363,9 +363,10 @@ d_bcopy (d_bcopy.U):
d_bincompat5005 (bincompat5005.U):
This variable conditionally defines BINCOMPAT5005 so that embed.h
- can take special action if Perl 5.006 should be binary-compatible
- with Perl 5.005. This is impossible for builds that use features
- like threads and multiplicity it is always $undef for those versions.
+ can take special action if this version of Perl should be
+ binary-compatible with Perl 5.005. This is impossible for builds
+ that use features like threads and multiplicity it is always $undef
+ for those versions.
d_bsd (Guess.U):
This symbol conditionally defines the symbol BSD when running on a
diff --git a/Porting/config.sh b/Porting/config.sh
index c88698768d..5547a22fea 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Thu Mar 16 03:30:28 EET 2000
+# Configuration time: Sat Mar 18 19:02:52 EET 2000
# Configured by : jhi
# Target system : osf1 alpha.hut.fi v4.0 878 alpha
@@ -59,7 +59,7 @@ ccflags='-pthread -std -DLANGUAGE_C'
ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_BSD=1 SYSTYPE_BSD=1 unix=1'
cf_by='jhi'
cf_email='yourname@yourhost.yourplace.com'
-cf_time='Thu Mar 16 03:30:28 EET 2000'
+cf_time='Sat Mar 18 19:02:52 EET 2000'
charsize='1'
chgrp=''
chmod=''
diff --git a/Porting/config_H b/Porting/config_H
index 70bf2c09c1..2aea05095f 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Thu Mar 16 03:30:28 EET 2000
+ * Configuration time: Sat Mar 18 19:02:52 EET 2000
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -1127,7 +1127,7 @@
#define BIN_EXP "/opt/perl/bin" /**/
/* PERL_BINCOMPAT_5005:
- * This symbol, if defined, indicates that Perl 5.006 should be
+ * This symbol, if defined, indicates that this version of Perl should be
* binary-compatible with Perl 5.005. This is impossible for builds
* that use features like threads and multiplicity it is always
* for those versions.