Author: matthew
Date: 2006-08-17 14:12:06 -0600 (Thu, 17 Aug 2006)
New Revision: 7776

Modified:
   trunk/BOOK/chapter06/perl.xml
Log:
Minor rewording concerning invoking Perl's configuration scripts.  Fixes #1857

Modified: trunk/BOOK/chapter06/perl.xml
===================================================================
--- trunk/BOOK/chapter06/perl.xml       2006-08-17 20:00:55 UTC (rev 7775)
+++ trunk/BOOK/chapter06/perl.xml       2006-08-17 20:12:06 UTC (rev 7776)
@@ -41,10 +41,10 @@
 
 <screen><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; 
/etc/hosts</userinput></screen>
 
-    <para>To have full control over the way Perl is set up, run the
-    interactive <command>Configure</command> script and hand-pick the way
-    this package is built. If the defaults it auto-detects are suitable,
-    prepare Perl for compilation with:</para>
+    <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>
 
 <screen><userinput>./configure.gnu --prefix=/usr \
     -Dman1dir=/usr/share/man/man1 \

-- 
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