From: root Date: Sat, 10 Nov 2007 15:15:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: rel-0_8~28 X-Git-Url: https://git.llucax.com/software/libev.git/commitdiff_plain/7b0376f11079bec4de73f2367644f92bd07318dc *** empty log message *** --- diff --git a/README.embed b/README.embed index ef8fb3e..df5491a 100644 --- a/README.embed +++ b/README.embed @@ -64,7 +64,7 @@ FILESETS AUTOCONF SUPPORT Instead of using EV_STANDALONE=1 and providing your config in whatever - way you want, you can also m4_include([ev.m4]) in your configure.ac + way you want, you can also m4_include([libev.m4]) in your configure.ac and leave EV_STANDALONE off. ev.c will then include "config.h" and configure itself accordingly. diff --git a/ev.m4 b/libev.m4 similarity index 84% rename from ev.m4 rename to libev.m4 index d12ec8d..e6fe8fc 100644 --- a/ev.m4 +++ b/libev.m4 @@ -8,7 +8,10 @@ AC_CHECK_FUNCS(epoll_ctl kqueue) AC_CHECK_FUNC(clock_gettime, [], [ AC_CHECK_LIB(rt, clock_gettime) + AC_CHECK_FUNCS(clock_gettime) ]) +AC_CHECK_LIB(m,ceil) +