diff options
author | paul <paul> | 2004-06-06 10:52:35 +0200 |
---|---|---|
committer | paul <paul> | 2004-06-06 10:52:35 +0200 |
commit | 8ba85bc0716e9823b12c48167781f81c7565977a (patch) | |
tree | 62befd9f9e9932136279736242a3f1c3f639a219 /update-autotools | |
parent | Add .cvsignore for isisd/topology (diff) | |
download | frr-8ba85bc0716e9823b12c48167781f81c7565977a.tar.xz frr-8ba85bc0716e9823b12c48167781f81c7565977a.zip |
Remove autom4te.cache to avoid problems with newer auto* tools.
Diffstat (limited to 'update-autotools')
-rwxr-xr-x | update-autotools | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/update-autotools b/update-autotools index 1eaeb3904..4c6be2f38 100755 --- a/update-autotools +++ b/update-autotools @@ -3,11 +3,8 @@ # When local system does not have the latest autoconf/automake # -- Kunihiro Ishiguro <kunihiro@zebra.org> # -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 |