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