]> git.puffer.fish Git - mirror/frr.git/commitdiff
Use -rf with autom4te.cache.
authorgdt <gdt>
Wed, 30 Jun 2004 13:24:42 +0000 (13:24 +0000)
committergdt <gdt>
Wed, 30 Jun 2004 13:24:42 +0000 (13:24 +0000)
ChangeLog
update-autotools

index d2d86af8df9fdbada5aa7e0080201ac271f73e3e..f46a54cd005f67a9c281b1f880eaca15743e89e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 4c6be2f3808e59ea31097d6f1f71b3313d2ab254..86dc000c81a5bc13d0bf261f8a3bf77bd2a865e2 100755 (executable)
@@ -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