From: Jarkko Hietaniemi Date: Wed, 13 Feb 2002 05:17:07 +0000 (+0000) Subject: $ln is supposed to be already set to $ln + executable suffix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=818f00be4858f5a77d0e13417a35f19b8cf2012e;p=p5sagit%2Fp5-mst-13.2.git $ln is supposed to be already set to $ln + executable suffix on platforms that need it, from Paul Green. p4raw-id: //depot/perl@14672 --- diff --git a/Configure b/Configure index c86961d..d2b35fe 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Feb 11 17:45:48 EET 2002 [metaconfig 3.0 PL70] +# Generated on Wed Feb 13 08:17:38 EET 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ < /dev/null 2>&1 ; then echo "Symbolic links are supported." >&4 - lns="$ln$_exe -s" + lns="$ln -s" else echo "Symbolic links are NOT supported." >&4 lns="$ln"