|
version 1.4.2.2, 2010/07/05 08:23:27
|
version 1.20.2.2, 2012/05/19 00:19:55
|
|
Line 2
|
Line 2
|
| # $Author$ |
# $Author$ |
| # $Id$ |
# $Id$ |
| # |
# |
| AC_INIT(libaitio, 1.3, misho@openbsd-bg.org) | AC_INIT(libaitio, 3.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]) |
| |
|
|
Line 19 AC_SUBST(MKDEP)
|
Line 19 AC_SUBST(MKDEP)
|
| CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS}" |
CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS}" |
| LDFLAGS="-L/usr/local/lib ${LDFLAGS}" |
LDFLAGS="-L/usr/local/lib ${LDFLAGS}" |
| |
|
| |
AC_CHECK_LIB([crypto], [EVP_CipherInit_ex]) |
| |
AC_CHECK_LIB([util], [forkpty]) |
| |
AC_CHECK_LIB([rt], [aio_read]) |
| |
|
| # 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]) |
| |
|
|
Line 46 AC_ARG_ENABLE(debug,
|
Line 50 AC_ARG_ENABLE(debug,
|
| esac ],) |
esac ],) |
| AC_MSG_RESULT($DEBUG) |
AC_MSG_RESULT($DEBUG) |
| |
|
| AIO=yes | AIO=no |
| AC_MSG_CHECKING(AIO Build) |
AC_MSG_CHECKING(AIO Build) |
| AC_ARG_ENABLE(aio, |
AC_ARG_ENABLE(aio, |
| [ --enable-aio Build library with AIO operations], |
[ --enable-aio Build library with AIO operations], |
|
Line 57 AC_ARG_ENABLE(aio,
|
Line 61 AC_ARG_ENABLE(aio,
|
| ;; |
;; |
| *) |
*) |
| ;; |
;; |
| esac ], AC_DEFINE(AIO_OPS,, [Build library with AIO operations])) | esac ],) |
| AC_MSG_RESULT($AIO) |
AC_MSG_RESULT($AIO) |
| |
|
| AC_CONFIG_FILES([Makefile |
AC_CONFIG_FILES([Makefile |