diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-22 13:54:27 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-22 13:54:27 +0000 |
commit | 6d4a0c54c276d09d6928f214f3f448fa26ea4970 (patch) | |
tree | 2e19d0596de901e7d9b181c574ea0e1774081797 /Configure | |
parent | aca069ec24d9d45b6471cdbd86821d2695758021 (diff) | |
parent | 34163b213ca9891366c868cfe99211a3447832a9 (diff) | |
download | perl-6d4a0c54c276d09d6928f214f3f448fa26ea4970.tar.gz |
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@5868
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Sun Mar 19 20:37:30 EET 2000 [metaconfig 3.0 PL70] +# Generated on Tue Mar 21 23:20:29 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -3315,7 +3315,7 @@ while test "$type"; do dir="$ans" direxp="$ansexp" else - dir="$fp/$ans" + dir="$fp/$ansexp" direxp="$fp/$ansexp" fi if test -d "$direxp"; then |