diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-01-19 16:11:22 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-01-19 16:11:22 +0000 |
commit | d2556f21d71ad9b4d9444ec45f73027fe044fcfc (patch) | |
tree | 9bb5f38c6680553c4d9f18ac5b1231955c2ca47d /Configure | |
parent | 3f847123752a7345ec427e2d90c1dc121823a61a (diff) | |
download | perl-d2556f21d71ad9b4d9444ec45f73027fe044fcfc.tar.gz |
Allow -Uinc_version_list to mean -Dinc_version_list=none
See INSTALL for more details
p4raw-id: //depot/perl@22177
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 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 Mon Jan 12 14:18:05 MET 2004 [metaconfig 3.0 PL70] +# Generated on Mon Jan 19 17:27:25 MET 2004 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -6876,7 +6876,7 @@ EOM rp='List of earlier versions to include in @INC?' . ./myread case "$ans" in -[Nn]one|''|' ') inc_version_list=' ' ;; +[Nn]one|''|' '|$undef) inc_version_list=' ' ;; *) inc_version_list="$ans" ;; esac case "$inc_version_list" in |