Author: matthew
Date: 2010-04-20 14:03:07 -0600 (Tue, 20 Apr 2010)
New Revision: 9249

Modified:
   trunk/BOOK/chapter06/perl.xml
Log:
Reword explanation of Perl's Configure command. Fixes #2623.

Modified: trunk/BOOK/chapter06/perl.xml
===================================================================
--- trunk/BOOK/chapter06/perl.xml       2010-04-20 20:01:44 UTC (rev 9248)
+++ trunk/BOOK/chapter06/perl.xml       2010-04-20 20:03:07 UTC (rev 9249)
@@ -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           \

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to