made file deletion more precise

This commit is contained in:
darkeye 2001-08-29 21:01:45 +00:00
parent ba40a397b4
commit 9467f67fb9
1 changed files with 2 additions and 1 deletions

View File

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