]> git.llucax.com Git - software/libev.git/blobdiff - import_libevent
*** empty log message ***
[software/libev.git] / import_libevent
index 5d205f0f99de82c7461f1944bacf7449e3a1e848..08e00d0183f881bb4ee2f023cb3f661b8d215718 100755 (executable)
@@ -1,5 +1,15 @@
 #!/bin/sh
 
 #!/bin/sh
 
+if ! [ -e evbuffer.c ]; then
+   echo do not run this programm unless you know what you are doing
+   exit 1
+fi
+
+# this program combines libev and libevent into a single package
+
+cvs update -AdP libev
+rsync -avP libev/. . --exclude CVS
+
 LE=../libevent-1.4.0-beta
 
 cp $LE/evdns.h .
 LE=../libevent-1.4.0-beta
 
 cp $LE/evdns.h .
@@ -93,7 +103,7 @@ perl -ne '
    #s/-Wall/-Wall -Wno-comment -Wunused-function -Wno-unused-value/;
    s/-Wall//g;
    #s/libevent/libev/g;
    #s/-Wall/-Wall -Wno-comment -Wunused-function -Wno-unused-value/;
    s/-Wall//g;
    #s/libevent/libev/g;
-   s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.7)/;
+   s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.73)/;
    s/AC_LIBOBJ\(select\)/: ;/g;
    s/AC_LIBOBJ\(poll\)/: ;/g;
    s/AC_LIBOBJ\(kqueue\)/: ;/g;
    s/AC_LIBOBJ\(select\)/: ;/g;
    s/AC_LIBOBJ\(poll\)/: ;/g;
    s/AC_LIBOBJ\(kqueue\)/: ;/g;