Changeset 2bb74de for chapter05/grep.xml


Ignore:
Timestamp:
06/21/2005 02:17:17 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
44b8ad9
Parents:
4151da61
Message:

Removed --with-included-regex from chapter05/grep. (merged from trunk r6083)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6092 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/grep.xml

    r4151da61 r2bb74de  
    3131
    3232<screen><userinput>./configure --prefix=/tools \
    33     --disable-perl-regexp --with-included-regex</userinput></screen>
     33    --disable-perl-regexp</userinput></screen>
    3434
    3535<para>The meaning of the configure options:</para>
     
    4343not be available once we enter the chroot
    4444environment.</para></listitem>
    45 </varlistentry>
    46 
    47 <varlistentry>
    48 <term><parameter>--with-included-regex</parameter></term>
    49 <listitem><para>This ensures that Grep uses its internal regular
    50 expression code.  Without this switch, Grep will use the code from
    51 Glibc, which is known to be buggy.</para></listitem>
    5245</varlistentry>
    5346</variablelist>
Note: See TracChangeset for help on using the changeset viewer.