cgrep provides all the features of grep, egrep, and fgrep, with greatly 
enhanced performance (see the section on PERFORMANCE in the man page) along 
with many additional features, one of which is the ability to output 
the context (surrounding lines) of the matching lines.

cgrep comes with 2 build methods.  The initial one as used with the 
Lucent Technologies internal software distribution system.  The gnu autotool 
way of building (./configure; make install) has been added later.

If the you want to use the ./configure; make install way of building and
configure is not part of the source tarball, run the script bootstrap first.
This script will create the configure script.

Most of the configure script header and library check results are discarded.
The advantage of the configure script with this application is its ease of
use and the possibility to locate the files where ever you like.
If you can solve problems by using the result of the configure checks, do it
and sent the changes to exptools@lucent.com

