summaryrefslogtreecommitdiff
path: root/update-autotools
blob: 860ee8f13321fa436b7ea76dd30d4d5e654c753f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /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
libtoolize
automake --foreign