diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-19 00:26:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-19 00:26:34 +0000 |
commit | 8f1b27e4d1aefcdfdc600b3d0221fe6bd8248516 (patch) | |
tree | 9b2d56447111490831762ac43bd9908c07153dbb /Configure | |
parent | a5a94ea50bdb207da5d710010f8ab4baf4cb7d5b (diff) | |
download | perl-8f1b27e4d1aefcdfdc600b3d0221fe6bd8248516.tar.gz |
A bit too oversweeping matching in #13778.
p4raw-id: //depot/perl@13783
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Dec 19 03:02:32 EET 2001 [metaconfig 3.0 PL70] +# Generated on Wed Dec 19 03:25:46 EET 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -2152,19 +2152,19 @@ for file in $trylist; do esac done case "$egrep" in -*egrep*) +egrep$_exe) echo "Substituting grep for egrep." egrep=$grep ;; esac case "$ln" in -*ln*) +ln$_exe) echo "Substituting cp for ln." ln=$cp ;; esac case "$make$gmake" in -*make*) +*make$_exe) ;; *) echo "I can't find make or gmake, and my life depends on it." >&4 |