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.
libev/configure.ac

18 lines
242 B
Plaintext

AC_INIT(ev_epoll.c)
AM_INIT_AUTOMAKE(libev,1.85)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LIBTOOL
if test "x$GCC" = xyes ; then
CFLAGS="$CFLAGS -O3"
fi
m4_include([libev.m4])
AC_OUTPUT(Makefile)