]> git.llucax.com Git - software/libev.git/blobdiff - import_libevent
*** empty log message ***
[software/libev.git] / import_libevent
index 659bb9749014cb9368451a305ad179b18a9cc755..14659b5d804a2de609d6ac1cd4877c44ad0948a3 100755 (executable)
@@ -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 @@ rsync -avP libev/. . --exclude CVS
 
 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"/) {