From 8a7a7e9575f69bca337b304e5b748e72c5433e66 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 17 Aug 2006 20:12:06 +0000 Subject: Minor rewording concerning invoking Perl's configuration scripts. Fixes #1857 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/perl.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06') diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 50efc833a..d3c9ba78c 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -41,10 +41,10 @@ echo "127.0.0.1 localhost $(hostname)" > /etc/hosts - To have full control over the way Perl is set up, run the - interactive Configure script and hand-pick the way - this package is built. If the defaults it auto-detects are suitable, - prepare Perl for compilation with: + To have full control over the way Perl is set up, you can run the + interactive Configure 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: ./configure.gnu --prefix=/usr \ -Dman1dir=/usr/share/man/man1 \ -- cgit v1.2.3-54-g00ecf