paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 1 | #! /bin/sh |
2 | # | ||||
3 | # When local system does not have the latest autoconf/automake | ||||
4 | # -- Kunihiro Ishiguro <kunihiro@zebra.org> | ||||
5 | # | ||||
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 |