Httpaccess program, (C) Copyright 2001,2002 by Silvio Klaic

Step by step how to build httpaccess for unix.

Requirement:
	apache www server (other not supported yet)
	read access to apache log
	compiler (gcc,cc or similar c compiler)
	base library
	time to read README

Settings before compiling:
	edit Makefile and change to your needs (installation directory etc.)

To compile:
	type:make help - to see options for make
	use your method for make and start make, ignore warnings
	type:make install - to install program

Post processing setings:
	edit $HOME/.httpaccrc - to configure httpaccess
	see README for details of seting .httpaccrc and other files
