summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-19 05:25:43 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-19 05:25:43 +0000
commit3635cd84fed55c19340154dd67365b31f440d029 (patch)
tree15e9681df538fc3b27326658d0a97f40976136df /Configure
parent4b9858f9ceac1dccb2c6f46dcc8ad99d6d0ebd0d (diff)
downloadperl-3635cd84fed55c19340154dd67365b31f440d029.tar.gz
regen win32/config*
p4raw-id: //depot/perl@4817
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 6618d9ebb3..ba587706e5 100755
--- a/Configure
+++ b/Configure
@@ -4689,7 +4689,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 }'`