How to build this distribution:

1) cd into the src (this) directory
2) Be sure to edit hesiod.h, specifically:
	make sure the path to hesiod.conf is correct
	change DEF_RHS as appropriate for your site.
3) Note the following information:
	If you are using the Makefile and the "ts" options to ar don't
		exist on your platform, try using ranlib instead.
	Solaris: be sure to compile with -DSOLARIS and link with
		-lresolv -lucb -lelf 
	AIX: be sure compile with -D_AIX and the appropriate AIXV defined
		(eg. -DAIXV=32 for AIX version 3.2)
	(Appropriate lines in the Makefile need to be uncommented,
		while commenting
	out the lines that they replace, for Solaris and AIX)
4) type "make all"
5) install libhesiod.a hesinfo hesiod.3 and hesinfo.1 where you want
	on your system.
