#!/bin/sh
rm -f config.cache
#rm -f acconfig.h
echo "- aclocal."
aclocal -I m4 -I zthread/share
echo "- autoconf."
autoconf
#echo "- acconfig."
#./acconfig
#echo "- autoheader."
#autoheader
echo "- automake."
automake -a
echo "- Cleaning up after automake."
rm -rf autom4te.cache
rm -rf zlib/autom4te.cache
exit

