]> git.llucax.com Git - software/libev.git/blobdiff - import_libevent
fix and update ev_stat docs
[software/libev.git] / import_libevent
index e13ec927f23f22bd626440da3b3c04d2166bf8d9..659bb9749014cb9368451a305ad179b18a9cc755 100755 (executable)
@@ -10,6 +10,8 @@ fi
 cvs update -AdP libev
 rsync -avP libev/. . --exclude CVS
 
+rm -f configure.ac
+
 LE=../libevent-1.4.0-beta
 
 cp $LE/evdns.h .
@@ -103,7 +105,8 @@ perl -ne '
    #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.81)/;
+   #VERSION
+   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;