ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/configure.ac
Revision: 1.1
Committed: Fri Dec 14 21:07:13 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_85
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 AC_INIT(ev_epoll.c)
2    
3     AM_INIT_AUTOMAKE(libev,1.85)
4     AM_CONFIG_HEADER(config.h)
5     AM_MAINTAINER_MODE
6    
7     AC_PROG_CC
8     AC_PROG_INSTALL
9     AC_PROG_LIBTOOL
10    
11     if test "x$GCC" = xyes ; then
12     CFLAGS="$CFLAGS -O3"
13     fi
14    
15     m4_include([libev.m4])
16    
17     AC_OUTPUT(Makefile)