summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-01-19 08:13:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-01-19 08:13:05 +0000
commited5237f9db01e844a3ea31909a300586f94fc4a5 (patch)
tree4f5746d982f62451b39bab44baa0137612f33561 /Configure
parentba04bae9851949bed03d467986259aadec1c7679 (diff)
parent3635cd84fed55c19340154dd67365b31f440d029 (diff)
downloadperl-ed5237f9db01e844a3ea31909a300586f94fc4a5.tar.gz
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4818
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 759e2010a7..8c2abb258e 100755
--- a/Configure
+++ b/Configure
@@ -4687,7 +4687,7 @@ $echo $n " patchlevel $patchlevel" $c
test 0 -eq "$subversion" || $echo $n " subversion $subversion" $c
echo ".)"
case "$osname" in
-dos|cygwin|vms|win32)
+dos|vms)
: XXX Should be a Configure test for double-dots in filenames.
version=`echo $baserev $patchlevel $subversion | \
$awk '{ printf "%d_%d_%d\n", $1, $2, $3 }'`