This is a preliminary distribution of a C version of Smith's ACM
algorithm 693.  The enclosed file fmset.f contains the principle
documentation of FM that came with the ACM distribution.  A preliminary
rewrite of the material is in the directory doc.  LaTeX source as
well as 300dpi, black-on-white PostScript *.ps file is included.

Directory cfm contains translated source of FM as well as test
programs and *makefile*.

To install:

	cd cfm
	make fast
	make tests

Move resultant *.a file to local library and copy cfm/fm.h to
appropriate local header directory.

