| 12345678910111213141516171819 | <sect2><title>Installation of Grep</title><para>Install Grep by running the following commands:</para><blockquote><literallayout>	<userinput>export CPPFLAGS=-Dre_max_failures=re_max_failures2		&&</userinput>	<userinput>./configure --prefix=$LFS/usr --disable-nls		 &&</userinput>	<userinput>unset CPPFLAGS &&</userinput>	<userinput>make LDFLAGS=-static &&</userinput>	<userinput>make install</userinput></literallayout></blockquote></sect2>
 |