summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2004-01-19 16:11:22 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-01-19 16:11:22 +0000
commitd2556f21d71ad9b4d9444ec45f73027fe044fcfc (patch)
tree9bb5f38c6680553c4d9f18ac5b1231955c2ca47d /Configure
parent3f847123752a7345ec427e2d90c1dc121823a61a (diff)
downloadperl-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-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 1e59cb2f33..72a96ec194 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 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