summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-05-30 14:04:28 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-30 14:04:28 +0000
commita6d26a0d1f5085282638e083a7375c19e3a4ca47 (patch)
tree206c54f54818dc926cc16fd21e45cf667747fe6f /Configure
parent9cda1f2902c19d0cc2e1426f1faa95c55e95d1a8 (diff)
downloadperl-a6d26a0d1f5085282638e083a7375c19e3a4ca47.tar.gz
Introduce $Config{afsroot}.
p4raw-id: //depot/perl@10325
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure11
1 files changed, 9 insertions, 2 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'