Use -rf with autom4te.cache.

This commit is contained in:
gdt 2004-06-30 13:24:42 +00:00
parent 138ce75fd0
commit cf31388906
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
* update-autotools: Use -rf on autom4te.cache.
2004-06-20 Hasso Tepper <hasso@estpak.ee>
* lib/vty.c: Don't attempt to load configuration file from current

View File

@ -3,8 +3,8 @@
# 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
rm -f autom4te.cache configure
rm -f config.cache Makefile.in aclocal.m4 config.h.in configure
rm -rf autom4te.cache
aclocal
autoheader
autoconf