blob: 1eaeb3904deb8a9d0cd3a8476868f703a9136fc3 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001#! /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