1 | #!/bin/sh | 1 | #!/bin/sh |
---|---|---|---|
2 | |||
3 | if ! [ -e evbuffer.c ]; then | ||
4 | echo do not run this programm unless you know what you are doing | ||
5 | exit 1 | ||
6 | fi | ||
7 | |||
8 | # this program combines libev and libevent into a single package | ||
9 | |||
10 | cvs update -AdP | ||
2 | 11 | ||
3 | LE=../libevent-1.4.0-beta | 12 | LE=../libevent-1.4.0-beta |
4 | 13 | ||
5 | cp $LE/evdns.h . | 14 | cp $LE/evdns.h . |
6 | 15 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |