lets remove the cache files when we autogen.

SVN revision: 79165
This commit is contained in:
Carsten Haitzler 2012-11-12 14:43:59 +00:00
parent 2603f3d7a1
commit 12a2eacfb3
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
#!/bin/sh
rm -rf autom4te.cache
rm -f aclocal.m4 ltmain.sh config.cache
autoreconf --symlink --install
if [ -z "$NOCONFIGURE" ]; then