Introduce $Config{afsroot}.
Jarkko Hietaniemi [Wed, 30 May 2001 14:04:28 +0000 (14:04 +0000)]
p4raw-id: //depot/perl@10325

Configure
Porting/Glossary
Porting/config.sh
Porting/config_H
epoc/config.sh
uconfig.sh
win32/config.bc
win32/config.gc
win32/config.vc

index 5ac9dbe..2f6d2b0 100755 (executable)
--- 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'
index 3c6730a..4f7aa8e 100644 (file)
@@ -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
index 9563d12..ca43a3c 100644 (file)
@@ -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"'
index 1dd033c..6efeb63 100644 (file)
@@ -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 
  */
index a030a67..28959ce 100644 (file)
@@ -25,6 +25,7 @@ _a='.a'
 _exe='.exe'
 _o='.o'
 afs='false'
+afsroot='/afs'
 alignbytes='8'
 ansi2knr=''
 aphostname=''
index d5254f1..3a6bd04 100755 (executable)
@@ -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'
index cdc727c..4c69179 100644 (file)
@@ -15,6 +15,7 @@ _a='.lib'
 _exe='.exe'
 _o='.obj'
 afs='false'
+afsroot='/afs'
 alignbytes='8'
 ansi2knr=''
 aphostname=''
index b18b2af..4a86999 100644 (file)
@@ -15,6 +15,7 @@ _a='.a'
 _exe='.exe'
 _o='.o'
 afs='false'
+afsroot='/afs'
 alignbytes='8'
 ansi2knr=''
 aphostname=''
index 8f01c57..55edfbe 100644 (file)
@@ -15,6 +15,7 @@ _a='.lib'
 _exe='.exe'
 _o='.obj'
 afs='false'
+afsroot='/afs'
 alignbytes='8'
 ansi2knr=''
 aphostname=''