diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-14 20:14:18 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-14 20:14:18 +0000 |
commit | 32ae9c7d8897bc89f3922888ac3ecdb909226f0e (patch) | |
tree | b023e9e6196c511fcf546f487a3095b7f10a4056 /chapter06/grep.xml | |
parent | dc0e9159c454159eb251bc99482da0d69d9d7762 (diff) |
Removed --with-included-regex from chapter6's grep since it is less reliable than glibc's in non-C locales.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grep.xml')
-rw-r--r-- | chapter06/grep.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml index 9f3dab5bb..979ed64bd 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -32,7 +32,7 @@ Diffutils, GCC, Gettext, Glibc, Make, Sed, and Texinfo</seg></seglistitem> <para>Prepare Grep for compilation:</para> -<screen><userinput>./configure --prefix=/usr --bindir=/bin --with-included-regex</userinput></screen> +<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen> <para>Compile the package:</para> |