This package contains a version of GNU find, enhanced for administration
of TeX pk and gf files.  See the man page for the added tests and actions.

See the file NEWS for a list of major changes in the current release.

See the file INSTALL for compilation and installation instructions.

Special configure options:

--with-afs
  Make find support "-fstype afs".  Requires /afs, /usr/afsws/lib, and
/usr/afsws/include.  configure doesn't add AFS support
automatically because it adds considerably to find's size, and the
AFS libraries need -lucb on Solaris, which breaks find.

--enable-id-cache
  Make tables of used UIDs and GIDs at startup instead of using
getpwuid or getgrgid when needed.  Speeds up -nouser and -nogroup
unless you are running NIS or Hesiod, which make password and group
calls very expensive.

To gain speed, GNU find avoids statting files whenever possible.
It does this by:
1. Checking the number of links to directories and not statting files
that it knows aren't directories until it encounters a test or action
that needs the stat info.
2.  Rearranging the command line, where possible, so that it can do tests
that don't require a stat before tests that do, in hopes that the
latter will be skipped because of an OR or AND.  (But it only does
this where it will leave the output unchanged.)

The `Makefile.am' files are used by an experimental program called
AutoMake that is under development.  It's not ready for general use
yet, so don't worry about them.  They were used with automake version 1.2.

Mail suggestions and bug reports for this program to
vojta@math.berkeley.edu.
