Diff for /libelwix/configure.in between versions 1.57.2.1 and 1.64.2.2

version 1.57.2.1, 2022/01/06 15:26:28 version 1.64.2.2, 2023/07/27 21:52:03
Line 2 Line 2
 # $Author$  # $Author$
 # $Id$  # $Id$
 #  #
AC_INIT(libelwix, 5.1, misho@elwix.org)AC_INIT(libelwix, 5.8, misho@elwix.org)
 AC_CONFIG_SRCDIR([src/elwix.c])  AC_CONFIG_SRCDIR([src/elwix.c])
 AC_CONFIG_HEADERS([inc/config.h])  AC_CONFIG_HEADERS([inc/config.h])
   
Line 34  AC_C_INLINE Line 34  AC_C_INLINE
 # Checks for library functions.  # Checks for library functions.
 AC_FUNC_MALLOC  AC_FUNC_MALLOC
 AC_FUNC_REALLOC  AC_FUNC_REALLOC
AC_CHECK_FUNCS([memset regcomp strchr strerror link_addr])AC_CHECK_FUNCS([memset regcomp strchr strerror link_addr strlcpy strlcat])
   
 DEBUG=no  DEBUG=no
 AC_MSG_CHECKING(Debug Build)  AC_MSG_CHECKING(Debug Build)

Removed from v.1.57.2.1  
changed lines
  Added in v.1.64.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>