|
version 1.3.2.1, 2013/04/09 16:00:57
|
version 1.4.2.2, 2014/03/26 00:32:01
|
|
Line 2
|
Line 2
|
| # $Author$ |
# $Author$ |
| # $Id$ |
# $Id$ |
| # |
# |
| AC_INIT(suX, 3.1, misho@aitnet.org) | AC_INIT(suX, 3.2, misho@aitnet.org) |
| AC_CONFIG_SRCDIR([src/sux.c]) |
AC_CONFIG_SRCDIR([src/sux.c]) |
| AC_CONFIG_HEADERS([inc/config.h]) |
AC_CONFIG_HEADERS([inc/config.h]) |
| |
|
|
Line 23 LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
|
Line 23 LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
|
| AC_CHECK_LIB([pthread], [pthread_create]) |
AC_CHECK_LIB([pthread], [pthread_create]) |
| AC_CHECK_LIB([util], [setusercontext]) |
AC_CHECK_LIB([util], [setusercontext]) |
| AC_CHECK_LIB([elwix], [array_Args]) |
AC_CHECK_LIB([elwix], [array_Args]) |
| AC_CHECK_LIB([aitcfg], [cfgLoadConfig]) | AC_CHECK_LIB([aitcfg], [cfg_getAttribute]) |
| |
|
| # Checks for header files. |
# Checks for header files. |
| AC_CHECK_HEADERS([stdlib.h string.h sys/param.h syslog.h unistd.h]) |
AC_CHECK_HEADERS([stdlib.h string.h sys/param.h syslog.h unistd.h]) |