summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt>2004-06-30 13:24:42 +0000
committergdt <gdt>2004-06-30 13:24:42 +0000
commitcf3138890672e3ab65d10d50c1bb48ace04f6066 (patch)
treecb05565da1a335b9b63cd76e9e7f72bd34517298
parent138ce75fd0254072f27ecf38994a90276b276730 (diff)
Use -rf with autom4te.cache.
-rw-r--r--ChangeLog4
-rwxr-xr-xupdate-autotools4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d2d86af8..f46a54cd 100644
--- 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
diff --git a/update-autotools b/update-autotools
index 4c6be2f3..86dc000c 100755
--- a/update-autotools
+++ b/update-autotools
@@ -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