diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-03 16:39:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-03 16:39:49 +0000 |
commit | 8feeef0e0d76d86276cdc4df830eb164693ca482 (patch) | |
tree | 26de7b417a8eaba4b837f1b8e78cdc80c5aaa730 /Configure | |
parent | 86498e8829d9fda00d23bd5593782807aa6804f7 (diff) | |
download | perl-8feeef0e0d76d86276cdc4df830eb164693ca482.tar.gz |
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
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -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$$ <<EOF @@ -1807,7 +1807,8 @@ EOH dflt='n' . ./myread case "$ans" in - [yY]) echo >&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 |