ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/configure.ac
Revision: 1.34
Committed: Sat Feb 4 19:09:29 2012 UTC (12 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_16, EV_rel-4_11, rel-4_11
Changes since 1.33: +11 -4 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.34 orig_CFLAGS="$CFLAGS"
2    
3 root 1.4 AC_INIT
4     AC_CONFIG_SRCDIR([ev_epoll.c])
5 root 1.1
6 root 1.33 AM_INIT_AUTOMAKE(libev,4.11) dnl also update ev.h!
7 root 1.4 AC_CONFIG_HEADERS([config.h])
8 root 1.1 AM_MAINTAINER_MODE
9    
10 root 1.34 AC_PROG_CC
11    
12     dnl Supply default CFLAGS, if not specified
13     if test -z "$orig_CFLAGS"; then
14     if test x$GCC = xyes; then
15     CFLAGS="-g -O3"
16     fi
17     fi
18    
19 root 1.1 AC_PROG_INSTALL
20     AC_PROG_LIBTOOL
21    
22     m4_include([libev.m4])
23    
24 root 1.4 AC_CONFIG_FILES([Makefile])
25     AC_OUTPUT