lets remove cache files on autogen.

SVN revision: 79166
This commit is contained in:
Carsten Haitzler 2012-11-12 14:44:30 +00:00
parent 235e333928
commit 4acb015724
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
#!/bin/sh #!/bin/sh
rm -rf autom4te.cache rm -rf autom4te.cache
rm -f aclocal.m4 ltmain.sh rm -f aclocal.m4 ltmain.sh config.cache
autoreconf -vif autoreconf -vif
if [ -z "$NOCONFIGURE" ]; then if [ -z "$NOCONFIGURE" ]; then
./configure -C "$@" exec ./configure -C "$@"
fi fi