ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/configure.ac
Revision: 1.39
Committed: Mon Jan 19 16:45:19 2015 UTC (9 years, 3 months ago) by root
Branch: MAIN
Changes since 1.38: +2 -1 lines
Log Message:
*** empty log message ***

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.39 dnl also update ev.h!
8     AM_INIT_AUTOMAKE(libev,4.19)
9 root 1.4 AC_CONFIG_HEADERS([config.h])
10 root 1.1 AM_MAINTAINER_MODE
11    
12 root 1.34 AC_PROG_CC
13    
14     dnl Supply default CFLAGS, if not specified
15     if test -z "$orig_CFLAGS"; then
16     if test x$GCC = xyes; then
17     CFLAGS="-g -O3"
18     fi
19     fi
20    
21 root 1.1 AC_PROG_INSTALL
22     AC_PROG_LIBTOOL
23    
24     m4_include([libev.m4])
25    
26 root 1.4 AC_CONFIG_FILES([Makefile])
27     AC_OUTPUT