tinymush-3.1p2/game/backups/
tinymush-3.1p2/game/bin/
tinymush-3.1p2/game/data/
tinymush-3.1p2/game/modules/
tinymush-3.1p2/game/modules/old/
tinymush-3.1p2/src/modules/comsys/
tinymush-3.1p2/src/modules/hello/
tinymush-3.1p2/src/modules/mail/
tinymush-3.1p2/src/tools/
dnl Process this file with autoconf to produce a configure script.
AC_INIT(rawdump.c)
AC_PROG_CC
AC_PATH_PROGS(AWK, mawk gawk nawk awk)
if test $AWK = ""; then
    AC_MSG_ERROR(You do not have an awk interpreter installed. Sorry.)
fi
AC_OUTPUT(histogrammer report.sh Makefile, chmod +x histogrammer report.sh)