From: Jarkko Hietaniemi Date: Mon, 30 Jul 2001 01:32:02 +0000 (+0000) Subject: Add the support of asking for extra modules or bundles of modules X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6fcddf3b8cfbfc09f45f150bd53438e0f01ec73f;p=p5sagit%2Fp5-mst-13.2.git Add the support of asking for extra modules or bundles of modules to be fetched from the CPAN and installed as a part of the Perl build process. None of this installation is yet really done; only the list is asked, and saved away in extras.lst for the build and installation process to worry about later. p4raw-id: //depot/perl@11490 --- diff --git a/Configure b/Configure index 7dc8022..8c86068 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 Sun Jul 29 20:50:18 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Mon Jul 30 05:31:00 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <&4 +case "$extras" in +'') dflt='y';; +*) dflt='n';; +esac +cat < ../extras.lst + ;; +esac +set extras +eval $setvar +echo " " + : Find perl5.005 or later. echo "Looking for a previously installed perl5.005 or later... " case "$perl5" in @@ -16976,6 +17028,7 @@ eunicefix='$eunicefix' exe_ext='$exe_ext' expr='$expr' extensions='$extensions' +extras='$extras' fflushNULL='$fflushNULL' fflushall='$fflushall' find='$find'