]> git.puffer.fish Git - mirror/frr.git/commitdiff
Remove autom4te.cache to avoid problems with newer auto* tools.
authorpaul <paul>
Sun, 6 Jun 2004 08:52:35 +0000 (08:52 +0000)
committerpaul <paul>
Sun, 6 Jun 2004 08:52:35 +0000 (08:52 +0000)
update-autotools

index 1eaeb3904deb8a9d0cd3a8476868f703a9136fc3..4c6be2f3808e59ea31097d6f1f71b3313d2ab254 100755 (executable)
@@ -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