From 8b7038cbc5d390a86b4ba4c93e6a303fd5b6c687 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 6 Nov 2003 21:40:53 +0000 Subject: [PATCH] * bootstrap: always remove autom4te.cache. --- bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap b/bootstrap index 3cbe05e..efef845 100755 --- a/bootstrap +++ b/bootstrap @@ -37,6 +37,7 @@ fi # Remove old cruft rm -f aclocal.m4 configure config.guess config.log config.sub config.cache config.h.in config.h compile ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh INSTALL +rm -Rf autom4te.cache (cd autotools && rm -f config.guess config.sub missing mkinstalldirs compile ltmain.sh depcomp install-sh) aclocal${amvers}