X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/69849029abd00364d579c40c58a41a82e896d66e..471c0cc622684d85d6361cc79f32e2436ad079e5:/import_libevent diff --git a/import_libevent b/import_libevent index 614cddd..024448b 100755 --- a/import_libevent +++ b/import_libevent @@ -103,7 +103,7 @@ 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.7)/; + s/AM_INIT_AUTOMAKE\s*\(.*,(.*)\)/AM_INIT_AUTOMAKE(libevent-$1+libev,1.81)/; s/AC_LIBOBJ\(select\)/: ;/g; s/AC_LIBOBJ\(poll\)/: ;/g; s/AC_LIBOBJ\(kqueue\)/: ;/g;