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