From e2e4ce6dc6d4b958f6ca76261929788518772b7e Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 6 Nov 2003 10:22:44 +0000 Subject: [PATCH] * bootstrap: remove autom4te.cache before running autoconf. git-svn-id: svn://svn.zoy.org/elk/trunk@232 55e467fa-43c5-0310-a8a2-de718669efc6 --- bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap b/bootstrap index 5a56462..531be94 100755 --- a/bootstrap +++ b/bootstrap @@ -51,6 +51,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}