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 | # | ||||
paul | 8ba85bc | 2004-06-06 08:52:35 +0000 | [diff] [blame^] | 6 | rm -f config.cache Makefile.in aclocal.m4 config.h.in |
7 | rm -f autom4te.cache configure | ||||
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 8 | aclocal |
9 | autoheader | ||||
10 | autoconf | ||||
11 | automake --foreign |