This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
failure to set src='.'
authorRobin Barker <RMBarker@cpan.org>
Tue, 2 Jan 2001 15:24:07 +0000 (15:24 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 5 Jan 2001 18:15:11 +0000 (18:15 +0000)
commit8504afb7cc07119c2ef6ff860615c2648628c732
tree8247b5a0f343de61e61846e1cc03cb45228be91b
parent00122d59e767e3ed1489a9b476892f47cc98e861
failure to set src='.'
Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>

If you call configure as C<./Configure> or C<sh ./Configure>,
$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
Configure