Diff for /libelwix/configure.in between versions 1.76 and 1.81.2.2

version 1.76, 2024/12/04 17:47:28 version 1.81.2.2, 2025/11/17 19:53:08
Line 2 Line 2
 # $Author$  # $Author$
 # $Id$  # $Id$
 #  #
AC_INIT(libelwix, 6.6, misho@elwix.org)AC_INIT(libelwix, 6.12, 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 36  AC_CHECK_HEADERS([stdlib.h string.h sys/ioctl.h termio Line 36  AC_CHECK_HEADERS([stdlib.h string.h sys/ioctl.h termio
   
 # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
 AC_C_INLINE  AC_C_INLINE
   AC_CHECK_TYPES([uuid_t])
   
 # Checks for library functions.  # Checks for library functions.
 AC_FUNC_MALLOC  AC_FUNC_MALLOC

Removed from v.1.76  
changed lines
  Added in v.1.81.2.2


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