

To build the LAuS user land utilities, run

	autoheader
	autoreconf --install

to create the configure script, run automake etc.

Then, run ./configure:

	./configure --prefix=/usr \
		    --sysconfdir=/etc \
		    --libdir=/lib \
		    --mandir=/usr/share/man

In addition to the standard GNU configure options, the following options
are supported:

 --with-device=PATH	Use a different audit device (default
			path is /dev/audit)

Then run make to build all libraries and utilities, and
make install install-man to install them along with their
manual pages.
