diff options
author | gdt <gdt> | 2004-06-30 13:24:42 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-06-30 13:24:42 +0000 |
commit | e1a770a69f1e2eb349f2124b7771c628688173a7 (patch) | |
tree | 8a3b09b9c561f7f2f0caf394acfdff2eb0838d06 /update-autotools | |
parent | e985fb972203f2f5a8bdcbc9b9fba93fb001c12c (diff) | |
download | quagga-e1a770a69f1e2eb349f2124b7771c628688173a7.tar.bz2 quagga-e1a770a69f1e2eb349f2124b7771c628688173a7.tar.xz |
Use -rf with autom4te.cache.
Diffstat (limited to 'update-autotools')
-rwxr-xr-x | update-autotools | 4 |
1 files changed, 2 insertions, 2 deletions
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 |