X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/9265226edb9bb3d78b5fb0255634878ace52d832..9a8ae42b42c41e9adaf6de38319d2c71a2d67758:/import_libevent diff --git a/import_libevent b/import_libevent index e13ec92..6eb4a8d 100755 --- a/import_libevent +++ b/import_libevent @@ -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,1.86)/; s/AC_LIBOBJ\(select\)/: ;/g; s/AC_LIBOBJ\(poll\)/: ;/g; s/AC_LIBOBJ\(kqueue\)/: ;/g;