version 1.33, 2013/03/13 14:54:38
|
version 1.44, 2013/11/22 14:31:08
|
Line 2
|
Line 2
|
# $Author$ |
# $Author$ |
# $Id$ |
# $Id$ |
# |
# |
AC_INIT(libaitio, 5.0, misho@elwix.org) | AC_INIT(libaitio, 6.1, misho@elwix.org) |
AC_CONFIG_SRCDIR([src/aitio.c]) |
AC_CONFIG_SRCDIR([src/aitio.c]) |
AC_CONFIG_HEADERS([inc/config.h]) |
AC_CONFIG_HEADERS([inc/config.h]) |
|
|
|
ac_cv_func_malloc_0_nonnull="yes" |
|
ac_cv_func_realloc_0_nonnull="yes" |
|
|
# Checks for programs. |
# Checks for programs. |
AC_PROG_CC |
AC_PROG_CC |
AC_PROG_INSTALL |
AC_PROG_INSTALL |
Line 24 AC_CHECK_LIB([pthread], [pthread_mutex_init])
|
Line 27 AC_CHECK_LIB([pthread], [pthread_mutex_init])
|
AC_CHECK_LIB([util], [forkpty]) |
AC_CHECK_LIB([util], [forkpty]) |
AC_CHECK_LIB([rt], [aio_read]) |
AC_CHECK_LIB([rt], [aio_read]) |
AC_CHECK_LIB([elwix], [crcFletcher16]) |
AC_CHECK_LIB([elwix], [crcFletcher16]) |
|
AC_CHECK_LIB([aitsched], [schedRead]) |
|
|
# Checks for header files. |
# Checks for header files. |
AC_CHECK_HEADERS([stdlib.h string.h sys/ioctl.h termios.h unistd.h]) |
AC_CHECK_HEADERS([stdlib.h string.h sys/ioctl.h termios.h unistd.h]) |