diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-08 14:01:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-08 14:01:01 +0000 |
commit | 730d9b18d28e68ec4cc7aa9617e61fb02884e3cd (patch) | |
tree | 73ea4fc752ffa8634a3d0de80e4902e3c73137e9 /Configure | |
parent | ec922203561b6ac44112e9b8961ca4ecf95cdd4f (diff) | |
download | perl-730d9b18d28e68ec4cc7aa9617e61fb02884e3cd.tar.gz |
Configure DJGPP tweak from Laszlo Molnar.
p4raw-id: //depot/perl@14597
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 Tue Jan 29 00:57:08 EET 2002 [metaconfig 3.0 PL70] +# Generated on Fri Feb 8 17:01:30 EET 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -2147,7 +2147,7 @@ for file in $trylist; do '') xxx=`./loc $file $file $pth`;; *) xxx=`./loc $xxx $xxx $pth`;; esac - eval $file=$xxx + eval $file=$xxx$_exe eval _$file=$xxx case "$xxx" in /*) |