--- libelwix/configure.in 2015/06/24 23:28:29 1.26.2.2 +++ libelwix/configure.in 2018/03/15 14:52:04 1.39.2.1 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.26.2.2 2015/06/24 23:28:29 misho Exp $ +# $Id: configure.in,v 1.39.2.1 2018/03/15 14:52:04 misho Exp $ # -AC_INIT(libelwix, 3.6, misho@elwix.org) +AC_INIT(libelwix, 4.10, misho@elwix.org) AC_CONFIG_SRCDIR([src/elwix.c]) AC_CONFIG_HEADERS([inc/config.h]) @@ -17,7 +17,7 @@ AC_PROG_RANLIB AC_CANONICAL_HOST AC_CANONICAL_TARGET -AC_CHECK_TOOL(MKDEP, mkdep, no) +AC_CHECK_TOOL(MKDEP, mkdep, ../mkdep) AC_SUBST(MKDEP) CFLAGS="-Wall -O2 -fPIC ${CFLAGS}" @@ -34,7 +34,7 @@ AC_C_INLINE # Checks for library functions. AC_FUNC_MALLOC AC_FUNC_REALLOC -AC_CHECK_FUNCS([memset regcomp strchr strerror]) +AC_CHECK_FUNCS([memset regcomp strchr strerror link_addr]) DEBUG=no AC_MSG_CHECKING(Debug Build)