remove ares/aclocal.m4 before cvs update to prevent bad conflicts

This commit is contained in:
Daniel Stenberg 2004-03-09 11:24:36 +00:00
parent be6af69dc7
commit 863473a856
1 changed files with 5 additions and 0 deletions

View File

@ -180,6 +180,11 @@ cd $CURLDIR
# Do the CVS thing, or not...
if [ $CVS -eq 1 ]; then
# this is a temporary fix to make things work again, remove later
log "remove ares/aclocal.m4"
rm -f ares/aclocal.m4
log "update from CVS"
cvsup() {