Installation Instructions

(Ideally this would be simplified by using `make dist`, but that currently
doesn't work.)

Type:

   ./regen.sh
   ./configure --with-afs-libs=/usr/lib/afs --with-afs-headers=/usr/include/afs
   make
   cp ./.libs/mod_waklog.so <wherever>

Debian:

   chmod +x debian/rules
   fakeroot dpkg-buildpackage

Release archive:

   git archive -o mod_waklog-$VERSION.tgz --prefix=mod_waklog-$VERSION/ $VERSION

RPM:

   rpmbuild -ta mod_waklog-$VERSION.tgz
