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

Comparing libev/import_libevent (file contents):
Revision 1.26 by root, Tue Dec 25 07:16:53 2007 UTC vs.
Revision 1.27 by root, Mon Jan 28 12:23:02 2008 UTC

1#!/bin/sh 1#!/bin/sh
2 2
3LE=../libevent-1.4.0-beta 3LE=../libevent-1.4.1-beta
4 4
5if ! [ -e evbuffer.c ]; then 5if ! [ -e evbuffer.c ]; then
6 echo do not run this programm unless you know what you are doing 6 echo do not run this programm unless you know what you are doing
7 exit 1 7 exit 1
8fi 8fi
106perl -ne ' 106perl -ne '
107 #s/-Wall/-Wall -Wno-comment -Wunused-function -Wno-unused-value/; 107 #s/-Wall/-Wall -Wno-comment -Wunused-function -Wno-unused-value/;
108 s/-Wall//g; 108 s/-Wall//g;
109 #s/libevent/libev/g; 109 #s/libevent/libev/g;
110 #VERSION 110 #VERSION
111 s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,2.01)/; 111 s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,3.0)/;
112 s/AC_LIBOBJ\(select\)/: ;/g; 112 s/AC_LIBOBJ\(select\)/: ;/g;
113 s/AC_LIBOBJ\(poll\)/: ;/g; 113 s/AC_LIBOBJ\(poll\)/: ;/g;
114 s/AC_LIBOBJ\(kqueue\)/: ;/g; 114 s/AC_LIBOBJ\(kqueue\)/: ;/g;
115 s/AC_LIBOBJ\(epoll\)/: ;/g; 115 s/AC_LIBOBJ\(epoll\)/: ;/g;
116 s/AC_LIBOBJ\(devpoll\)/: ;/g; 116 s/AC_LIBOBJ\(devpoll\)/: ;/g;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines