summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xConfigure11
-rw-r--r--Porting/Glossary14
-rw-r--r--Porting/config.sh7
-rw-r--r--Porting/config_H2
-rw-r--r--epoc/config.sh1
-rwxr-xr-xuconfig.sh1
-rw-r--r--win32/config.bc1
-rw-r--r--win32/config.gc1
-rw-r--r--win32/config.vc1
9 files changed, 34 insertions, 5 deletions
diff --git a/Configure b/Configure
index 5ac9dbe196..2f6d2b0de7 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Tue May 29 17:16:31 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Wed May 30 17:55:32 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -273,6 +273,7 @@ lib_ext=''
obj_ext=''
path_sep=''
afs=''
+afsroot=''
alignbytes=''
ansi2knr=''
archlib=''
@@ -5914,12 +5915,17 @@ esac
prefix="$ans"
prefixexp="$ansexp"
+case "$afsroot" in
+'') afsroot=/afs ;;
+*) afsroot=$afsroot ;;
+esac
+
: is AFS running?
echo " "
case "$afs" in
$define|true) afs=true ;;
$undef|false) afs=false ;;
-*) if test -d /afs; then
+*) if test -d $afsroot; then
afs=true
else
afs=false
@@ -16096,6 +16102,7 @@ _a='$_a'
_exe='$_exe'
_o='$_o'
afs='$afs'
+afsroot='$afsroot'
alignbytes='$alignbytes'
ansi2knr='$ansi2knr'
aphostname='$aphostname'
diff --git a/Porting/Glossary b/Porting/Glossary
index 3c6730a310..4f7aa8e346 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -24,6 +24,12 @@ afs (afs.U):
with a hint value or command line option, but you'd better know
what you are doing.
+afsroot (afs.U):
+ This variable is by default set to '/afs'. In the unlikely case
+ this is not the correct root, it is possible to override this with
+ a hint value or command line option. This will be used in subsequent
+ tests for AFSness in the Perl configure and test process.
+
alignbytes (alignbytes.U):
This variable holds the number of bytes required to align a
double-- or a long double when applicable. Usual values are
@@ -2972,6 +2978,14 @@ perl (Loc.U):
This variable is defined but not used by Configure.
The value is a plain '' and is not useful.
+perl_patchlevel (patchlevel.U):
+ This is the Perl patch level, a numeric change identifier,
+ as defined by whichever source code maintenance system
+ is used to maintain the patches; currently Perforce.
+ It does not correlate with the Perl version numbers or
+ the maintenance versus development dichotomy except
+ by also being increasing.
+
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
diff --git a/Porting/config.sh b/Porting/config.sh
index 9563d12c00..ca43a3c908 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Wed May 16 17:42:51 EET DST 2001
+# Configuration time: Wed May 30 17:57:39 EET DST 2001
# Configured by : jhi
# Target system : osf1 alpha.hut.fi v4.0 878 alpha
@@ -27,6 +27,7 @@ _a='.a'
_exe=''
_o='.o'
afs='false'
+afsroot='/afs'
alignbytes='8'
ansi2knr=''
aphostname=''
@@ -62,7 +63,7 @@ ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_
ccversion='V5.6-082'
cf_by='jhi'
cf_email='yourname@yourhost.yourplace.com'
-cf_time='Wed May 16 17:42:51 EET DST 2001'
+cf_time='Wed May 30 17:57:39 EET DST 2001'
charsize='1'
chgrp=''
chmod=''
@@ -657,6 +658,7 @@ patchlevel='7'
path_sep=':'
perl5='/u/vieraat/vieraat/jhi/Perl/bin/perl'
perl=''
+perl_patchlevel='10297'
perladmin='yourname@yourhost.yourplace.com'
perllibs='-lm -liconv -lutil -lpthread -lexc'
perlpath='/opt/perl/bin/perl'
@@ -851,6 +853,7 @@ PERL_SUBVERSION=1
PERL_API_REVISION=5
PERL_API_VERSION=5
PERL_API_SUBVERSION=0
+PERL_PATCHLEVEL=10297
PERL_CONFIG_SH=true
# Variables propagated from previous config.sh file.
pp_sys_cflags='ccflags="$ccflags -DNO_EFF_ONLY_OK"'
diff --git a/Porting/config_H b/Porting/config_H
index 1dd033ca97..6efeb6308d 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Wed May 16 17:42:51 EET DST 2001
+ * Configuration time: Wed May 30 17:57:39 EET DST 2001
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
diff --git a/epoc/config.sh b/epoc/config.sh
index a030a67bfa..28959ce00b 100644
--- a/epoc/config.sh
+++ b/epoc/config.sh
@@ -25,6 +25,7 @@ _a='.a'
_exe='.exe'
_o='.o'
afs='false'
+afsroot='/afs'
alignbytes='8'
ansi2knr=''
aphostname=''
diff --git a/uconfig.sh b/uconfig.sh
index d5254f1f38..3a6bd0483e 100755
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -2,6 +2,7 @@
_a='.a'
_o='.o'
afs='false'
+afsroot='/afs'
alignbytes='4'
apiversion='5.005'
archlib='/usr/local/lib/perl5/5.7/unknown'
diff --git a/win32/config.bc b/win32/config.bc
index cdc727c968..4c69179973 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -15,6 +15,7 @@ _a='.lib'
_exe='.exe'
_o='.obj'
afs='false'
+afsroot='/afs'
alignbytes='8'
ansi2knr=''
aphostname=''
diff --git a/win32/config.gc b/win32/config.gc
index b18b2af5d3..4a86999bd4 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -15,6 +15,7 @@ _a='.a'
_exe='.exe'
_o='.o'
afs='false'
+afsroot='/afs'
alignbytes='8'
ansi2knr=''
aphostname=''
diff --git a/win32/config.vc b/win32/config.vc
index 8f01c57ac9..55edfbe097 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -15,6 +15,7 @@ _a='.lib'
_exe='.exe'
_o='.obj'
afs='false'
+afsroot='/afs'
alignbytes='8'
ansi2knr=''
aphostname=''