(placeholder for a README)

automake can be confusing "at first".

REQUIRED FILES THAT WE SHOULDN'T EVER HAVE TO TOUCH:
        COPYING
        INSTALL
        aclocal.m4
        config.guess
        config.sub
        install-sh
        ltconfig
        ltmain.sh
        missing
        mkinstalldirs

REQUIRED FILES THAT WE MAY WANT TO EDIT:
        AUTHORS
        ChangeLog
        Makefile.am     -> Makefile.in -> Makefile
        NEWS
        README
        acconfig.h      -> config.h.in -> config.h
        configure.in    -> configure

FILES THAT SHOULD BE AUTOGENERATED:
        Makefile.in
        config.h.in
        configure
        stamp-h.in
        config.h
        Makefile
        config.cache
        config.log
        config.status
        libtool
        stamp-h

HOW TO BUILD:
        autoheader
        automake
        autoconf
        ./configure
        make
(or use build.sh)

Looks like it requires libtool, in case you don't have that installed.

sephiroth:	experimental say2 server

