Diff for /libaitsched/configure.in between versions 1.43 and 1.44

version 1.43, 2021/06/08 21:45:07 version 1.44, 2022/09/26 19:42:50
Line 2 Line 2
 # $Author$  # $Author$
 # $Id$  # $Id$
 #  #
AC_INIT(libaitsched, 6.7, misho@elwix.org)AC_INIT(libaitsched, 6.8, misho@elwix.org)
 AC_CONFIG_SRCDIR([src/aitsched.c])  AC_CONFIG_SRCDIR([src/aitsched.c])
 AC_CONFIG_HEADERS([inc/config.h])  AC_CONFIG_HEADERS([inc/config.h])
   
Line 27  LDFLAGS="${LDFLAGS}" Line 27  LDFLAGS="${LDFLAGS}"
 # Checks for libraries.  # Checks for libraries.
 AC_CHECK_LIB([pthread], [pthread_create])  AC_CHECK_LIB([pthread], [pthread_create])
 AC_CHECK_LIB([rt], [aio_read])  AC_CHECK_LIB([rt], [aio_read])
   AC_CHECK_LIB([bsd], [strlcpy])
   
 # Checks for header files.  # Checks for header files.
 AC_CHECK_HEADERS([stdint.h stdlib.h string.h sys/time.h unistd.h])  AC_CHECK_HEADERS([stdint.h stdlib.h string.h sys/time.h unistd.h])
   AC_CHECK_HEADERS([bsd/string.h])
   
 # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
 AC_C_INLINE  AC_C_INLINE

Removed from v.1.43  
changed lines
  Added in v.1.44


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