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 | |
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
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/grep.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4e52f9571..a37fe72b9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -88,6 +88,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>June 14th, 2005 [archaic]: Removed --with-included-regex from +chapter6's grep since it is less reliable than glibc's in non-C locales.</para></listitem> + <listitem><para>June 14th, 2005 [archaic]: Removed references to separate gcc tarballs (gcc-core, gcc-g++, etc.)</para></listitem> 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> |