Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/grep.xml

    r686839b r4c51b38  
    2828    <para os="a">Prepare Grep for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
     30<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --without-included-regex</userinput></screen>
    3131
    3232    <para os="c">Compile the package:</para>
     
    3434<screen os="d"><userinput>make</userinput></screen>
    3535
    36     <para os="e">To test the results, issue:</para>
    37 
    38 <screen os="e2"><userinput remap="test">make check</userinput></screen>
     36    <para os="e">To test the results, issue:
     37    <userinput>make check</userinput>.</para>
    3938
    4039    <para os="f">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.