summaryrefslogtreecommitdiff
path: root/import_libevent
diff options
context:
space:
mode:
authorroot <root>2007-12-19 00:56:38 +0000
committerroot <root>2007-12-19 00:56:38 +0000
commit8f05d352659f0ea4f97f55ccfadfc322b72966bf (patch)
tree185c42f650e6ef170fae3b442dac2ea5023e5fcc /import_libevent
parent97441c8a52d3482101c90e3c9e22fc00d5199b75 (diff)
*** empty log message ***
Diffstat (limited to 'import_libevent')
-rwxr-xr-ximport_libevent3
1 files changed, 1 insertions, 2 deletions
diff --git a/import_libevent b/import_libevent
index 2f2fc2c..6eb4a8d 100755
--- a/import_libevent
+++ b/import_libevent
@@ -11,7 +11,6 @@ cvs update -AdP libev
rsync -avP libev/. . --exclude CVS
rm -f configure.ac
-mv LICENSE.libevent LICENSE
LE=../libevent-1.4.0-beta
@@ -94,7 +93,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 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/^(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/^(include_HEADERS\s*=)/$1 ev.h event_compat.h ev++.h /;
s/^(CORE_SRC\s*=)/$1 ev.c /;
s/^(SYS_LIBS\s*=)/$1 -lm /;