mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:11:42 +03:00
remove ares/aclocal.m4 before cvs update to prevent bad conflicts
This commit is contained in:
parent
be6af69dc7
commit
863473a856
1 changed files with 5 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue