* 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:
parent
5d3452d91b
commit
e2e4ce6dc6
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue