* bootstrap: remove autom4te.cache before running autoconf.

git-svn-id: svn://svn.zoy.org/elk/trunk@232 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-11-06 10:22:44 +00:00
parent 5d3452d91b
commit e2e4ce6dc6
1 changed files with 1 additions and 0 deletions

View File

@ -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}