diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-06-07 20:08:36 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-06-07 20:08:36 +0000 |
commit | f76a52e8a08cebcd54c7d5f8de3ce112e43c0fed (patch) | |
tree | a80a27691dcd6b881264df1298ee48960c154285 /chapter05 | |
parent | 57417002ad93d7d5185411d1b192442af6807ce0 (diff) |
Remove now unnecessary --disable-perl-regexp from chapter 5's instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9881 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/grep.xml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/chapter05/grep.xml b/chapter05/grep.xml index 2cfe6127e..2be213b6f 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -45,21 +45,7 @@ <para>Prepare Grep for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/tools --disable-perl-regexp</userinput></screen> - - <variablelist> - <title>The meaning of the configure switches:</title> - - <varlistentry> - <term><parameter>--disable-perl-regexp</parameter></term> - <listitem> - <para>This ensures that the <command>grep</command> program does - not get linked against a Perl Compatible Regular Expression (PCRE) - library that may be present on the host but will not be available - once we enter the <command>chroot</command> environment.</para> - </listitem> - </varlistentry> - </variablelist> +<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> <para>Compile the package:</para> |