diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-23 01:42:12 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-23 01:42:12 +0000 |
commit | 6adc6a4516fbc0fe7fb1a4cf50d84355f2947fd1 (patch) | |
tree | 1fa8dfe2f416515d4d15f781fa713db225b3ee1a /Configure | |
parent | de39bd3b991df13674c4416d3edd61ba5ee124ba (diff) | |
download | perl-6adc6a4516fbc0fe7fb1a4cf50d84355f2947fd1.tar.gz |
Be more helpful for devel builders, suggested by John L. Allen.
p4raw-id: //depot/perl@8903
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Thu Feb 22 15:19:20 EET 2001 [metaconfig 3.0 PL70] +# Generated on Fri Feb 23 03:39:53 EET 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -1804,6 +1804,9 @@ $define|true|[yY]*) ;; It is most seriously suggested that you do not continue any further unless you want to help in developing and debugging Perl. + If you *still* want to build perl, you can answer 'y' now, + or pass -Dusedevel to Configure. + EOH rp='Do you really want to continue?' dflt='n' |