Revision: | 1.10 |
Committed: | Wed Jun 29 14:52:22 2011 UTC (13 years, 5 months ago) by root |
Branch: | MAIN |
CVS Tags: | rel-3_93, rel-4_0, rel-4_1, rel-4_2, rel-4_3, rel-4_17, rel-4_14, rel-4_15, rel-4_12, rel-4_31, rel-4_32, rel-4_33, rel-4_34, rel-4_11, rel-4_18, rel-4_19 |
Changes since 1.9: | +1 -1 lines |
Log Message: | *** empty log message *** |
# | User | Rev | Content |
---|---|---|---|
1 | root | 1.1 | AC_PREREQ(2.59) |
2 | AC_INIT | ||
3 | root | 1.2 | AC_CONFIG_SRCDIR([eio.h]) |
4 | root | 1.1 | AC_CONFIG_HEADERS([config.h]) |
5 | |||
6 | root | 1.3 | AM_INIT_AUTOMAKE(libeio,1.0) |
7 | root | 1.2 | AM_MAINTAINER_MODE |
8 | root | 1.8 | |
9 | AC_GNU_SOURCE | ||
10 | |||
11 | root | 1.2 | AC_PROG_LIBTOOL |
12 | |||
13 | root | 1.1 | AC_PROG_CC |
14 | |||
15 | root | 1.2 | if test "x$GCC" = xyes ; then |
16 | root | 1.10 | CFLAGS="-O3 $CFLAGS" |
17 | root | 1.2 | fi |
18 | root | 1.1 | |
19 | root | 1.2 | m4_include([libeio.m4]) |
20 | root | 1.1 | |
21 | root | 1.2 | AC_CONFIG_FILES([Makefile]) |
22 | root | 1.1 | AC_OUTPUT |