blob: 86dc000c81a5bc13d0bf261f8a3bf77bd2a865e2 [file] [log] [blame]
#! /bin/sh
#
# When local system does not have the latest autoconf/automake
# -- Kunihiro Ishiguro <kunihiro@zebra.org>
#
rm -f config.cache Makefile.in aclocal.m4 config.h.in configure
rm -rf autom4te.cache
aclocal
autoheader
autoconf
automake --foreign