The configuration script is just a dummy, that let's you know that there is
none!

To compile it, type:

	make 

and install it as root, e.g. with:

	sudo make install

By default, it installs the binary at /usr/local/bin and the man file at
/usr/local/man/man1. If you want to change this, change the Makefile.

bprom has been testet with gcc, gnu make and linux 2.6 (xubuntu 7.04), but
should compile on most other systems without changes. If it doesn't, please
let me know:  nils.eilers@gmx.de.


Dependencies:

gengetopt is needed if you want to change the command line options (giving
cmdline.c and cmdline.h).