1#! /bin/sh
2#
3# When local system does not have the latest autoconf/automake
4#        -- Kunihiro Ishiguro <kunihiro@zebra.org>
5#
6rm -f config.cache
7rm -f Makefile.in
8rm -f aclocal.m4
9rm -f config.h.in
10rm -f configure
11aclocal
12autoheader
13autoconf
14automake --foreign
15