| Revision: | 1.7 |
| Committed: | Mon May 2 13:12:22 2011 UTC (14 years, 9 months ago) by root |
| Branch: | MAIN |
| Changes since 1.6: | +1 -2 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 | AC_PROG_LIBTOOL | ||
| 9 | |||
| 10 | root | 1.1 | AC_PROG_CC |
| 11 | |||
| 12 | root | 1.2 | if test "x$GCC" = xyes ; then |
| 13 | root | 1.6 | CFLAGS="-O3 $CFLAGS" |
| 14 | root | 1.2 | fi |
| 15 | root | 1.1 | |
| 16 | root | 1.7 | AC_GNU_SOURCE |
| 17 | root | 1.4 | |
| 18 | root | 1.2 | m4_include([libeio.m4]) |
| 19 | root | 1.1 | |
| 20 | root | 1.2 | AC_CONFIG_FILES([Makefile]) |
| 21 | root | 1.1 | AC_OUTPUT |