From: Jarkko Hietaniemi Date: Sat, 3 Feb 2001 16:39:49 +0000 (+0000) Subject: For -Dusedevel builds turn off installusrbinperl and turn on X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8feeef0e0d76d86276cdc4df830eb164693ca482;p=p5sagit%2Fp5-mst-13.2.git For -Dusedevel builds turn off installusrbinperl and turn on versiononly, a combined idea of Richard Soderberg and Merijn H. Brand. You can still override both of these from the command line if you need to, -Dinstallusrbinperl and -Uversiononly. p4raw-id: //depot/perl@8685 --- diff --git a/Configure b/Configure index ea1ecc0..278cc23 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 Sat Feb 3 18:13:59 EET 2001 [metaconfig 3.0 PL70] +# Generated on Sat Feb 3 18:24:21 EET 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <&4 "Okay, continuing." ;; + [yY]) echo >&4 "Okay, continuing." + usedevel="$define" ;; *) echo >&4 "Okay, bye." exit 1 ;; @@ -1816,6 +1817,16 @@ EOH esac ;; esac +case "$usedevel" in +$define|true|[yY]*) + case "$versiononly" in + '') versiononly="$define" ;; + esac + case "$installusrbinperl" in + '') installusrbinperl="$undef" ;; + esac + ;; +esac : general instructions needman=true