ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/import_libevent
(Generate patch)

Comparing libev/import_libevent (file contents):
Revision 1.13 by root, Fri Dec 7 19:23:48 2007 UTC vs.
Revision 1.18 by root, Wed Dec 12 00:17:42 2007 UTC

5 exit 1 5 exit 1
6fi 6fi
7 7
8# this program combines libev and libevent into a single package 8# this program combines libev and libevent into a single package
9 9
10cvs update -AdP 10cvs update -AdP libev
11rsync -avP libev/. . --exclude CVS
11 12
12LE=../libevent-1.4.0-beta 13LE=../libevent-1.4.0-beta
13 14
14cp $LE/evdns.h . 15cp $LE/evdns.h .
15 16
100 101
101perl -ne ' 102perl -ne '
102 #s/-Wall/-Wall -Wno-comment -Wunused-function -Wno-unused-value/; 103 #s/-Wall/-Wall -Wno-comment -Wunused-function -Wno-unused-value/;
103 s/-Wall//g; 104 s/-Wall//g;
104 #s/libevent/libev/g; 105 #s/libevent/libev/g;
105 s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.7)/; 106 s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.81)/;
106 s/AC_LIBOBJ\(select\)/: ;/g; 107 s/AC_LIBOBJ\(select\)/: ;/g;
107 s/AC_LIBOBJ\(poll\)/: ;/g; 108 s/AC_LIBOBJ\(poll\)/: ;/g;
108 s/AC_LIBOBJ\(kqueue\)/: ;/g; 109 s/AC_LIBOBJ\(kqueue\)/: ;/g;
109 s/AC_LIBOBJ\(epoll\)/: ;/g; 110 s/AC_LIBOBJ\(epoll\)/: ;/g;
110 s/AC_LIBOBJ\(devpoll\)/: ;/g; 111 s/AC_LIBOBJ\(devpoll\)/: ;/g;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines