--- libev/import_libevent 2007/12/22 16:37:08 1.24 +++ libev/import_libevent 2007/12/25 07:05:46 1.25 @@ -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 @@ -12,10 +14,10 @@ rm -f configure.ac -LE=../libevent-1.4.0-beta - 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"/) {