summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-31 23:00:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-31 23:00:36 +0000
commitdd2de2428c82c0bebb0eff93f4834d1900219f57 (patch)
tree2189164a9d91eb8c59c13fbd08ce7602ccbb5046 /Configure
parent33c3e26347d9be70ab7b350af8de9635377a5f8f (diff)
downloadperl-dd2de2428c82c0bebb0eff93f4834d1900219f57.tar.gz
Multiple modules didn't work; plus typo fixes.
p4raw-id: //depot/perl@11524
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure19
1 files changed, 10 insertions, 9 deletions
diff --git a/Configure b/Configure
index c7d3a7b2ff..98621ab39e 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 Tue Jul 31 18:10:25 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Wed Aug 1 02:58:53 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -6772,13 +6772,14 @@ be asked later to configure the CPAN.pm module which will in turn do
the installation of the rest of the extra modules or bundles.)
Notice also that if the modules require any external software such as
-libraries (the libz library for the Compress::Zlib module, for example)
-you *NEED* to have any such external software already installed, this
-configuration process will not install such things for you.
+libraries and headers (the libz library and the zlib.h header for the
+Compress::Zlib module, for example) you MUST have any such software
+already installed, this configuration process will NOT install such
+things for you.
If this doesn't make any sense to you, just accept the default '$dflt'.
EOM
-rp='Install any extra modules (y or n) ?'
+rp='Install any extra modules (y or n)?'
. ./myread
case "$ans" in
y|Y)
@@ -6786,8 +6787,8 @@ y|Y)
Please list any extra modules or bundles to be installed from CPAN,
with spaces between the names. The names can be in any format the
-'install' command of CPAN.pm will understand. (Answer 'none' the
-quotes, to install no extra modules or bundles.)
+'install' command of CPAN.pm will understand. (Answer 'none',
+without the quotes, to install no extra modules or bundles.)
EOM
rp='Extras?'
dflt="$extras"
@@ -6800,8 +6801,8 @@ case "$extras" in
$rm -f ../extras.lst
;;
*) echo "(Saving the list of extras for later...)"
- echo $extras > ../extras.lst
- val="$extras"
+ echo "$extras" > ../extras.lst
+ val="'$extras'"
;;
esac
set extras