ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/autoconf/configure.ac
(Generate patch)

Comparing IO-AIO/autoconf/configure.ac (file contents):
Revision 1.1 by root, Sun Jul 31 18:14:48 2005 UTC vs.
Revision 1.2 by root, Sun Jul 31 18:20:07 2005 UTC

1AC_PREREQ(2.59) 1AC_PREREQ(2.59)
2AC_INIT 2AC_INIT
3AC_CONFIG_HEADERS([config.h]) 3AC_CONFIG_HEADERS([config.h])
4
5# Enable GNU extensions.
6# Define this here, not in acconfig's @TOP@ section, since definitions
7# in the latter don't make it into the configure-time tests.
8AC_DEFINE([_GNU_SOURCE], 1, [Enable GNU extenstions])
9
10# do NOT define POSIX_SOURCE, since this clashes with many BSDs
11dnl AC_DEFINE([_POSIX_SOURCE], 1, [Enable POSIX 1003.1 extensions])
12dnl AC_DEFINE([_XOPEN_SOURCE], 500, [Enable XOPEN extensions])
13 4
14AC_PROG_CC 5AC_PROG_CC
15 6
16AC_CACHE_CHECK(for readahead, ac_cv_readahead, [AC_LINK_IFELSE([ 7AC_CACHE_CHECK(for readahead, ac_cv_readahead, [AC_LINK_IFELSE([
17#include <fcntl.h> 8#include <fcntl.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines