ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/configure.ac
Revision: 1.4
Committed: Wed Oct 22 18:15:36 2008 UTC (15 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-3_71, rel-3_31, rel-3_19, rel-3_18, rel-3_7, rel-3_6, rel-3_5, rel-3_4, rel-3_3, rel-3_2, rel-3_17, rel-3_261, rel-3_65, rel-3_26, rel-3_25, rel-3_22, rel-3_23, rel-3_21
Changes since 1.3: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 AC_PREREQ(2.59)
2 AC_INIT
3 AC_CONFIG_SRCDIR([eio.h])
4 AC_CONFIG_HEADERS([config.h])
5
6 AM_INIT_AUTOMAKE(libeio,1.0)
7 AM_MAINTAINER_MODE
8 AC_PROG_LIBTOOL
9
10 AC_PROG_CC
11
12 if test "x$GCC" = xyes ; then
13 CFLAGS="$CFLAGS -O3"
14 fi
15
16 dnl somebody will forgive me
17 CFLAGS="-D_GNU_SOURCE"
18
19 m4_include([libeio.m4])
20
21 AC_CONFIG_FILES([Makefile])
22 AC_OUTPUT