From: Robin Barker Date: Tue, 2 Jan 2001 15:24:07 +0000 (+0000) Subject: failure to set src='.' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8504afb7cc07119c2ef6ff860615c2648628c732;p=p5sagit%2Fp5-mst-13.2.git failure to set src='.' Message-Id: <200101021524.PAA15145@tempest.npl.co.uk> If you call configure as C<./Configure> or C, $src is set to the absolute path name, not '.'. This, in turn, means -Dmksymlink tries to do its stuff because it does not think it is in the src directory. (plus a metaconfig nitfix) p4raw-id: //depot/perl@8337 --- diff --git a/Configure b/Configure index a7206f8..023df36 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 Fri Jan 5 00:20:59 EET 2001 [metaconfig 3.0 PL70] +# Generated on Fri Jan 5 20:11:52 EET 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <