#!/bin/sh
# This is for me to make a tarball of the current autoconf script and its
# related files.

tar cvzf BitchX-autoconf-`date +%Y%m%d`.tar.gz makedist autogen.sh README.autoconf acconfig.h acinclude.m4 aclocal.m4 configure configure.in Makefile.in stamp-h.in include/defs.h.in source/Makefile.in dll/Makefile.in
