#!/bin/sh
#
# Douglas Thrift's Search Engine
#
# Douglas Thrift
#
# $Id: autoconf.sh,v 1.5 2003/07/30 00:54:05 douglas Exp $

rm -f aclocal.m4 acinclude.m4
rm -rf autom4te*.cache

acinclude --verbose
echo $0: writing check_gnu_make.m4 to acinclude.m4
cat `acinclude --print-ac-dir`/Installed_Packages/check_gnu_make.m4 >> \
	acinclude.m4
autoreconf --verbose
automake -a --foreign
