	Steps for building a gyachi executable

1) use the autogen script to generate a configure script:

	./autogen.sh

2) run configure, with any options that you might prefer:

	./configure --disable-rpath --enable-maintainer-mode --prefix /usr

3) To generate a Fedora/RedHat spec file

	make gyachi.spec

   To build an image that will be installed over existing executables
   (not recommended):

	make
	make install

