1#!/bin/sh
2rm -f config.cache
3#rm -f acconfig.h
4echo "- aclocal."
5aclocal -I m4 -I zthread/share
6echo "- autoconf."
7autoconf
8#echo "- acconfig."
9#./acconfig
10#echo "- autoheader."
11#autoheader
12echo "- automake."
13automake -a
14echo "- Cleaning up after automake."
15rm -rf autom4te.cache
16rm -rf zlib/autom4te.cache
17exit
18
19