X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/39ca7b64db757c30ab6f0dc5dad63206f1d5a375..4ce77a5b1de05dae6092eae478b2a4397173d9c3:/import_libevent diff --git a/import_libevent b/import_libevent index a6433cc..08e00d0 100755 --- a/import_libevent +++ b/import_libevent @@ -7,7 +7,8 @@ fi # 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 @@ -102,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.73)/; s/AC_LIBOBJ\(select\)/: ;/g; s/AC_LIBOBJ\(poll\)/: ;/g; s/AC_LIBOBJ\(kqueue\)/: ;/g;