Jelajahi Sumber

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
Archaic 20 tahun lalu
induk
melakukan
32ae9c7d88
2 mengubah file dengan 4 tambahan dan 1 penghapusan
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/grep.xml

+ 3 - 0
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>
 

+ 1 - 1
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>