diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:03:07 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:03:07 +0000 |
commit | 894367e84bbdacb22f4b564d07006343445c866c (patch) | |
tree | 5982169119b323a95ad9a2a9b34a9bbf2f22ee85 /chapter06/perl.xml | |
parent | 7249d0a2e75bd3ef3c1de80abc6661209f03d9b7 (diff) |
Reword explanation of Perl's Configure command. Fixes #2623.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 3a26f8ead..1f7fceb19 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -62,10 +62,10 @@ -e "s|LIB\s*= ./zlib-src|LIB = /usr/lib|" \ ext/Compress-Raw-Zlib/config.in</userinput></screen> - <para>To have full control over the way Perl is set up, you can run the - interactive <command>Configure</command> script and hand-pick the way this - package is built. If you prefer, you can use the defaults that Perl - auto-detects, by preparing Perl for compilation with:</para> + <para>To have full control over the way Perl is set up, you can remove the + <quote>-des</quote> options from the following command and hand-pick the way + this package is built. Alteratively, use the command exactly as below to + use the defaults that Perl auto-detects:</para> <screen><userinput remap="configure">sh Configure -des -Dprefix=/usr \ -Dvendorprefix=/usr \ |