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

tar cvzf BitchX-autoconf.tar.gz README.autoconf acconfig.h acinclude.m4 aclocal.m4 configure configure.in Makefile.in stamp-h.in include/defs.h.in source/Makefile.in  makedist autogen.sh dll/* source/X.c include/irc.h include/config.h
