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

Comparing libev/import_libevent (file contents):
Revision 1.19 by root, Wed Dec 12 22:26:37 2007 UTC vs.
Revision 1.23 by root, Wed Dec 19 00:56:39 2007 UTC

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 libev 10cvs update -AdP libev
11rsync -avP libev/. . --exclude CVS 11rsync -avP libev/. . --exclude CVS
12
13rm -f configure.ac
12 14
13LE=../libevent-1.4.0-beta 15LE=../libevent-1.4.0-beta
14 16
15cp $LE/evdns.h . 17cp $LE/evdns.h .
16 18
101 103
102perl -ne ' 104perl -ne '
103 #s/-Wall/-Wall -Wno-comment -Wunused-function -Wno-unused-value/; 105 #s/-Wall/-Wall -Wno-comment -Wunused-function -Wno-unused-value/;
104 s/-Wall//g; 106 s/-Wall//g;
105 #s/libevent/libev/g; 107 #s/libevent/libev/g;
108 #VERSION
106 s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.81)/; 109 s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.86)/;
107 s/AC_LIBOBJ\(select\)/: ;/g; 110 s/AC_LIBOBJ\(select\)/: ;/g;
108 s/AC_LIBOBJ\(poll\)/: ;/g; 111 s/AC_LIBOBJ\(poll\)/: ;/g;
109 s/AC_LIBOBJ\(kqueue\)/: ;/g; 112 s/AC_LIBOBJ\(kqueue\)/: ;/g;
110 s/AC_LIBOBJ\(epoll\)/: ;/g; 113 s/AC_LIBOBJ\(epoll\)/: ;/g;
111 s/AC_LIBOBJ\(devpoll\)/: ;/g; 114 s/AC_LIBOBJ\(devpoll\)/: ;/g;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines