--- libaitsched/configure.in 2014/05/19 23:14:08 1.34.2.5 +++ libaitsched/configure.in 2015/07/02 23:27:56 1.37.2.1 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.34.2.5 2014/05/19 23:14:08 misho Exp $ +# $Id: configure.in,v 1.37.2.1 2015/07/02 23:27:56 misho Exp $ # -AC_INIT(libaitsched, 5.2, misho@elwix.org) +AC_INIT(libaitsched, 6.2, misho@elwix.org) AC_CONFIG_SRCDIR([src/aitsched.c]) AC_CONFIG_HEADERS([inc/config.h]) @@ -37,7 +37,7 @@ AC_TYPE_SIZE_T # Checks for library functions. AC_FUNC_MALLOC -AC_CHECK_FUNCS([clock_gettime memset strerror timer_create timer_settime timer_delete]) +AC_CHECK_FUNCS([clock_gettime memset strerror timer_create timer_settime timer_delete strlcat strlcpy]) DEBUG=no AC_MSG_CHECKING(Debug Build)