X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/a8684f27314b91d2f28f646304ef5e7ee0ec91f4..9d89dd06da51b0e009e9be53da50836e7dc7408c:/import_libevent diff --git a/import_libevent b/import_libevent index 257e277..14659b5 100755 --- a/import_libevent +++ b/import_libevent @@ -1,5 +1,7 @@ #!/bin/sh +LE=../libevent-1.4.0-beta + if ! [ -e evbuffer.c ]; then echo do not run this programm unless you know what you are doing exit 1 @@ -10,10 +12,12 @@ fi cvs update -AdP libev rsync -avP libev/. . --exclude CVS -LE=../libevent-1.4.0-beta +rm -f configure.ac cp $LE/evdns.h . +perl -i -pe 's%^/.libevent-include./%#include "event_compat.h"%' event.h + perl -ne ' s/\s+char buf\[64\];/\tchar buf[96];/; if (/#include "event.h"/) { @@ -104,7 +108,7 @@ perl -ne ' s/-Wall//g; #s/libevent/libev/g; #VERSION - s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.85)/; + s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,2.0)/; s/AC_LIBOBJ\(select\)/: ;/g; s/AC_LIBOBJ\(poll\)/: ;/g; s/AC_LIBOBJ\(kqueue\)/: ;/g;