Installation Guide for autodep
==============================

Step 1: Type `./configure' (do not type the enclosing quotes) if you want to
	install autodep in the default directory '/usr/local/bin'

	or

	`./configure --prefix=PREFIX' if you want to install autodep in the
	directory `PREFIX/bin'.
	For example, if you want to install to `/usr/bin', type 
	`./configure --prefix=/usr'.

Step 2:	Type `make' to create autodep script.

Step 3: Type `make install'.  This command requires root privilege.

Step 4:	Check out `README' and files in example subdirectories.  You should 
	also copy the README file somewhere for your reference.
