made file deletion more precise
This commit is contained in:
parent
ba40a397b4
commit
9467f67fb9
|
@ -3,6 +3,7 @@
|
|||
# Update the automake / autoconf configuration
|
||||
#
|
||||
|
||||
rm config.* configure configure.h aclocal.m4
|
||||
rm -f config.cache config.log config.status
|
||||
rm -f configure configure.h aclocal.m4
|
||||
autoheader && automake && aclocal && autoconf && ./configure
|
||||
|
||||
|
|
Loading…
Reference in New Issue