X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/9265226edb9bb3d78b5fb0255634878ace52d832..921869e3a8cc7b4f89e67eb57c7dc253328424d9:/import_libevent diff --git a/import_libevent b/import_libevent index e13ec92..659bb97 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,2.0)/; s/AC_LIBOBJ\(select\)/: ;/g; s/AC_LIBOBJ\(poll\)/: ;/g; s/AC_LIBOBJ\(kqueue\)/: ;/g;