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

# Content
1 orig_CFLAGS="$CFLAGS"
2
3 AC_INIT
4 AC_CONFIG_SRCDIR([ev_epoll.c])
5
6 AM_INIT_AUTOMAKE(libev,4.11) dnl also update ev.h!
7 AC_CONFIG_HEADERS([config.h])
8 AM_MAINTAINER_MODE
9
10 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 AC_PROG_INSTALL
20 AC_PROG_LIBTOOL
21
22 m4_include([libev.m4])
23
24 AC_CONFIG_FILES([Makefile])
25 AC_OUTPUT