summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorroot <root>2007-12-23 03:15:35 +0000
committerroot <root>2007-12-23 03:15:35 +0000
commitbcb5dd319c35f6c72b57f4153f08a9720eb9cd4e (patch)
treef94fe6a7feee66b6488ae9901392f4102e84d801 /configure.ac
parentfc4756e9752a16a3c507ae0e40f68d61fb99028e (diff)
*** empty log message ***
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 871eb85..d2d4f81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_INIT(ev_epoll.c)
+AC_INIT
+AC_CONFIG_SRCDIR([ev_epoll.c])
AM_INIT_AUTOMAKE(libev,2.0)
-AM_CONFIG_HEADER(config.h)
+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