ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/configure.ac
Revision: 1.46
Committed: Wed Mar 18 12:30:21 2020 UTC (4 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-4_33, HEAD
Changes since 1.45: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

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