]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message ***
authorroot <root>
Sat, 10 Nov 2007 15:15:49 +0000 (15:15 +0000)
committerroot <root>
Sat, 10 Nov 2007 15:15:49 +0000 (15:15 +0000)
README.embed
libev.m4 [moved from ev.m4 with 84% similarity]

index ef8fb3e4fde71a101626c25f6a36148996239b04..df5491a1d49a4f5e59611fe96ff63f72408078b1 100644 (file)
@@ -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 d12ec8d50daac8bec7b5624596af8126ff09e473..e6fe8fcdb4fc625bede9457ab1a79f434da3fa7e 100644 (file)
--- 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)
+