]> git.llucax.com Git - software/libev.git/blobdiff - import_libevent
*** empty log message ***
[software/libev.git] / import_libevent
index 64898f19bc16c2c61e3877c5a4f31718a7dc9355..08e00d0183f881bb4ee2f023cb3f661b8d215718 100755 (executable)
@@ -7,7 +7,7 @@ fi
 
 # this program combines libev and libevent into a single package
 
 
 # this program combines libev and libevent into a single package
 
-cvs update -AdP
+cvs update -AdP libev
 rsync -avP libev/. . --exclude CVS
 
 LE=../libevent-1.4.0-beta
 rsync -avP libev/. . --exclude CVS
 
 LE=../libevent-1.4.0-beta
@@ -103,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;