From: paul Date: Sun, 6 Jun 2004 08:52:35 +0000 (+0000) Subject: Remove autom4te.cache to avoid problems with newer auto* tools. X-Git-Tag: frr-2.0-rc1~3696 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8ba85bc0716e9823b12c48167781f81c7565977a;p=matthieu%2Ffrr.git Remove autom4te.cache to avoid problems with newer auto* tools. --- diff --git a/update-autotools b/update-autotools index 1eaeb3904d..4c6be2f380 100755 --- a/update-autotools +++ b/update-autotools @@ -3,11 +3,8 @@ # When local system does not have the latest autoconf/automake # -- Kunihiro Ishiguro # -rm -f config.cache -rm -f Makefile.in -rm -f aclocal.m4 -rm -f config.h.in -rm -f configure +rm -f config.cache Makefile.in aclocal.m4 config.h.in +rm -f autom4te.cache configure aclocal autoheader autoconf