MiniDLNA update: 1.0.19.1 to 1.0.20
[tomato.git] / release / src / router / zebra / update-autotools
blob1eaeb3904deb8a9d0cd3a8476868f703a9136fc3
1 #! /bin/sh
3 # When local system does not have the latest autoconf/automake
4 # -- Kunihiro Ishiguro <kunihiro@zebra.org>
6 rm -f config.cache
7 rm -f Makefile.in
8 rm -f aclocal.m4
9 rm -f config.h.in
10 rm -f configure
11 aclocal
12 autoheader
13 autoconf
14 automake --foreign