diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-19 05:25:43 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-19 05:25:43 +0000 |
commit | 3635cd84fed55c19340154dd67365b31f440d029 (patch) | |
tree | 15e9681df538fc3b27326658d0a97f40976136df /Configure | |
parent | 4b9858f9ceac1dccb2c6f46dcc8ad99d6d0ebd0d (diff) | |
download | perl-3635cd84fed55c19340154dd67365b31f440d029.tar.gz |
regen win32/config*
p4raw-id: //depot/perl@4817
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }'` |