ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/configure.ac
Revision: 1.36
Committed: Fri Mar 1 11:13:22 2013 UTC (11 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-4_15
Changes since 1.35: +1 -1 lines
Log Message:
4.15

File Contents

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