summaryrefslogtreecommitdiff
path: root/import_libevent
diff options
context:
space:
mode:
authorroot <root>2007-12-14 21:07:13 +0000
committerroot <root>2007-12-14 21:07:13 +0000
commitef0fb5651bf6799d3100082b97a677d329beb4b8 (patch)
tree60f843dccbf283ae24fc4e72c00cffc9eb9fb51e /import_libevent
parenta8684f27314b91d2f28f646304ef5e7ee0ec91f4 (diff)
*** empty log message ***rel-1_85
Diffstat (limited to 'import_libevent')
-rwxr-xr-ximport_libevent5
1 files changed, 4 insertions, 1 deletions
diff --git a/import_libevent b/import_libevent
index 257e277..9f4e35d 100755
--- a/import_libevent
+++ b/import_libevent
@@ -10,6 +10,9 @@ fi
cvs update -AdP libev
rsync -avP libev/. . --exclude CVS
+rm -f configure.ac
+mv LICENSE.libevent LICENSE
+
LE=../libevent-1.4.0-beta
cp $LE/evdns.h .
@@ -91,7 +94,7 @@ perl -ne '
s/\bevent-internal.h\b//g;
s/\bevsignal.h\b//g;
s/^(man_MANS\s*=)/$1 ev.3 /;
- s/^(EXTRA_DIST\s*=)/$1 libev.m4 ev.h ev_vars.h ev_wrap.h event_compat.h ev++.h ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c ev.3 ev.pod /;
+ s/^(EXTRA_DIST\s*=)/$1 LICENSE libev.m4 ev.h ev_vars.h ev_wrap.h event_compat.h ev++.h ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c ev.3 ev.pod /;
s/^(include_HEADERS\s*=)/$1 ev.h event_compat.h ev++.h /;
s/^(CORE_SRC\s*=)/$1 ev.c /;
s/^(SYS_LIBS\s*=)/$1 -lm /;