diff options
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 7 |
1 files changed, 5 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 Tue Dec 11 08:22:11 EET 2001 [metaconfig 3.0 PL70] +# Generated on Wed Dec 12 00:49:11 EET 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -8037,7 +8037,10 @@ echo "I'll use $startperl to start perl scripts." : figure best path for perl in scripts case "$perlpath" in '') - perlpath="$binexp/perl" + case "$versiononly" in + "$define") perlpath="$binexp/perl$version";; + *) perlpath="$binexp/perl";; + esac case "$startperl" in *!*) ;; *) |