ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/configure.ac
Revision: 1.4
Committed: Fri Apr 6 11:39:25 2012 UTC (12 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-4_14
Changes since 1.3: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 AC_PREREQ(2.59)
2     AC_INIT
3     AC_CONFIG_SRCDIR([libeio/eio.h])
4     AC_CONFIG_HEADERS([libeio/config.h])
5    
6     AC_PROG_CC
7    
8 root 1.4 AC_CHECK_HEADERS([linux/fs.h linux/fiemap.h])
9    
10 root 1.1 m4_include([libeio/libeio.m4])
11    
12     AC_OUTPUT