From: gdt Date: Wed, 30 Jun 2004 13:24:42 +0000 (+0000) Subject: Use -rf with autom4te.cache. X-Git-Tag: frr-2.0-rc1~3682 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=cf3138890672e3ab65d10d50c1bb48ace04f6066;p=matthieu%2Ffrr.git Use -rf with autom4te.cache. --- diff --git a/ChangeLog b/ChangeLog index d2d86af8df..f46a54cd00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-06-30 Greg Troxel + + * update-autotools: Use -rf on autom4te.cache. + 2004-06-20 Hasso Tepper * lib/vty.c: Don't attempt to load configuration file from current diff --git a/update-autotools b/update-autotools index 4c6be2f380..86dc000c81 100755 --- a/update-autotools +++ b/update-autotools @@ -3,8 +3,8 @@ # When local system does not have the latest autoconf/automake # -- Kunihiro Ishiguro # -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