| 123456789101112131415161718192021222324 | <sect2><title> </title><para> </para></sect2><sect2><title>Installation of Grep</title><para>Prepare Grep to be compiled:</para><para><screen><userinput>./configure --prefix=/tools \    --disable-perl-regexp --with-included-regex</userinput></screen></para><para>Compile the programs:</para><para><screen><userinput>make </userinput></screen></para><para>Check that the programs work correctly:</para><para><screen><userinput>make check</userinput></screen></para><para>Then install them and their documentation:</para><para><screen><userinput>make install</userinput></screen></para></sect2>
 |