]> git.llucax.com Git - software/libev.git/blobdiff - configure.ac
microsoft hits. you hit microsoft. microsoft hits. microsoft hits. microsoft hits...
[software/libev.git] / configure.ac
index 13e627e5fb46ed6ba01dfae7197c413ffbfd1e22..443b455afedc9e0619c87b13f91741c8dbe7a71e 100644 (file)
@@ -1,10 +1,10 @@
-AC_INIT(ev_epoll.c)
+AC_INIT
+AC_CONFIG_SRCDIR([ev_epoll.c])
 
-AM_INIT_AUTOMAKE(libev,1.85)
-AM_CONFIG_HEADER(config.h)
+AM_INIT_AUTOMAKE(libev,2.01)
+AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE
 
-AC_PROG_CC
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 
@@ -14,4 +14,5 @@ fi
 
 m4_include([libev.m4])
 
-AC_OUTPUT(Makefile)
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT