ApacheTop INSTALL Instructions

ApacheTop is now distributed with autoconf files, a nice easy way to build
distributions whatever platform you're on.

As easy as:
	cd apachetop-X.X/
	./configure
	make

There's a few custom ./configure options and overrides:
	--with-logfile=<log>	(added in v0.11)
		You may specify the location of the default logfile
		to open. This overrides the #define in apachetop.h.
		Of course, you can just use -f on the apachetop
		commandline, but if you'll only ever use one log, you
		can give it to configure and never worry about it again.
	
	--with-pcre=<path>	(added in v0.11)
		Not used yet (will be by the time v0.11 is released)
		Specifies where to find the pcre header in the event it's
		not in your standard path or /usr/local. lib will be
		appended to this, so if it's /opt/lib/pcre.h, do
		--with-pcre=/opt
		


You'll find the binary in src/apachetop.

