mirror of /home/gitosis/repositories/libev.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
293 B
Plaintext
19 lines
293 B
Plaintext
AC_INIT
|
|
AC_CONFIG_SRCDIR([ev_epoll.c])
|
|
|
|
AM_INIT_AUTOMAKE(libev,4.01) dnl also update ev.h!
|
|
AC_CONFIG_HEADERS([config.h])
|
|
AM_MAINTAINER_MODE
|
|
|
|
AC_PROG_INSTALL
|
|
AC_PROG_LIBTOOL
|
|
|
|
if test "x$GCC" = xyes ; then
|
|
CFLAGS="-O3 $CFLAGS"
|
|
fi
|
|
|
|
m4_include([libev.m4])
|
|
|
|
AC_CONFIG_FILES([Makefile])
|
|
AC_OUTPUT
|