summaryrefslogtreecommitdiffstats
path: root/update-autotools
diff options
context:
space:
mode:
authorpaul <paul>2004-06-06 08:52:35 +0000
committerpaul <paul>2004-06-06 08:52:35 +0000
commit5200f8b6442916c864ada4343765974c26963ec2 (patch)
tree5df3635f017b90d353e90375813c2a7ac93aef87 /update-autotools
parent0bdc4a26c657d8f20807bd0542718d9668ea7d76 (diff)
downloadquagga-5200f8b6442916c864ada4343765974c26963ec2.tar.bz2
quagga-5200f8b6442916c864ada4343765974c26963ec2.tar.xz
Remove autom4te.cache to avoid problems with newer auto* tools.
Diffstat (limited to 'update-autotools')
-rwxr-xr-xupdate-autotools7
1 files changed, 2 insertions, 5 deletions
diff --git a/update-autotools b/update-autotools
index 1eaeb390..4c6be2f3 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