From: Gurusamy Sarathy Date: Mon, 24 Apr 2000 06:21:58 +0000 (+0000) Subject: Configure might miss old directories when prefix must be X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f542ffb367db39e7b23dc65e66936110ad283e81;p=p5sagit%2Fp5-mst-13.2.git Configure might miss old directories when prefix must be expanded (from Robin Barker) p4raw-id: //depot/perl@5919 --- diff --git a/Configure b/Configure index ddec97c..2864e96 100755 --- a/Configure +++ b/Configure @@ -5521,13 +5521,12 @@ $cat > getverlist <> getverlist <<'EOPL' # Can't have leading @ because metaconfig interprets it as a command! ;@inc_version_list=(); -$stem=dirname($sitelib); # XXX Redo to do opendir/readdir? if (-d $stem) { chdir($stem);