ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/configure.ac
Revision: 1.29
Committed: Fri Nov 5 22:28:54 2010 UTC (13 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-4_01, rel-4_02
Changes since 1.28: +1 -1 lines
Log Message:
4.01

File Contents

# User Rev Content
1 root 1.4 AC_INIT
2     AC_CONFIG_SRCDIR([ev_epoll.c])
3 root 1.1
4 root 1.29 AM_INIT_AUTOMAKE(libev,4.01) dnl also update ev.h!
5 root 1.4 AC_CONFIG_HEADERS([config.h])
6 root 1.1 AM_MAINTAINER_MODE
7    
8     AC_PROG_INSTALL
9     AC_PROG_LIBTOOL
10    
11     if test "x$GCC" = xyes ; then
12 root 1.27 CFLAGS="-O3 $CFLAGS"
13 root 1.1 fi
14    
15     m4_include([libev.m4])
16    
17 root 1.4 AC_CONFIG_FILES([Makefile])
18     AC_OUTPUT