The autoconf/automake build system was made under linux, but should work with
other plaforms with bash and gnu tools too. Please inform me about!

Some notes:
-If you downloaded from cvs you have to regenerate a lot of files, for that
change to the planeshift top dir and type:
	./autogen.sh
Then the automake/autoconf system is rebuild, so you can type 
	configure
	make
and everything should build fine.

-Releasing a source distribution is easy: Type:
	./autogen.sh dist
Now a source tar archive is created automagically. It include ready to use
configure scripts, so the users doesn't need all the tools you needed for
building the system. (NOte that this function is probably broken at the moment)

-If you want to get rid of all autogenerated files (recommended before
committing to cvs), change to planeshift top
dir and type:
	./autogen.sh clean
 and everything will be clear

for questions: MatzeBraun@gmx.de

