From 4e62f1267caf106a83789131419fc7d2853bcd4f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 28 Nov 2007 11:41:18 +0000 Subject: libevent integration --- import_libevent | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'import_libevent') diff --git a/import_libevent b/import_libevent index 78de8d8..f8db3c1 100755 --- a/import_libevent +++ b/import_libevent @@ -82,7 +82,7 @@ perl -ne ' s/\bevsignal.h\b//g; s/-Wall//; s/^(man_MANS\s*=)/$1 ev.3 /; - s/^(EXTRA_DIST\s*=)/$1 ev.h ev_vars.h ev_wrap.h event_compat.h ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c ev.3 ev.pod ev.html /; + s/^(EXTRA_DIST\s*=)/$1 libev.m4 ev.h ev_vars.h ev_wrap.h event_compat.h ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c ev.3 ev.pod ev.html /; s/^(include_HEADERS\s*=)/$1 ev.h event_compat.h /; s/^(CORE_SRC\s*=)/$1 ev.c /; s/^(SYS_LIBS\s*=)/$1 -lm /; @@ -100,12 +100,14 @@ perl -ne ' s/AC_LIBOBJ\(evport\)/: ;/g; s/AC_LIBOBJ\(signal\)/: ;/g; s/AC_LIBOBJ\(rtsig\)/: ;/g; + print "m4_include([libev.m4])\n" if /^AC_OUTPUT/; print; ' <$LE/configure.in >configure.in aclocal-1.7 automake-1.7 --add-missing autoconf +autoheader libtoolize CC="ccache gcc" ./configure --prefix=/opt/libev --disable-shared "$@" -- cgit v1.2.3