Diff for /libaitio/configure.in between versions 1.34 and 1.47.2.1

version 1.34, 2013/03/19 17:31:38 version 1.47.2.1, 2013/11/25 11:47:16
Line 2 Line 2
 # $Author$  # $Author$
 # $Id$  # $Id$
 #  #
AC_INIT(libaitio, 5.1, misho@elwix.org)AC_INIT(libaitio, 6.5, misho@elwix.org)
 AC_CONFIG_SRCDIR([src/aitio.c])  AC_CONFIG_SRCDIR([src/aitio.c])
 AC_CONFIG_HEADERS([inc/config.h])  AC_CONFIG_HEADERS([inc/config.h])
   
   ac_cv_func_malloc_0_nonnull="yes"
   ac_cv_func_realloc_0_nonnull="yes"
   
 # Checks for programs.  # Checks for programs.
 AC_PROG_CC  AC_PROG_CC
 AC_PROG_INSTALL  AC_PROG_INSTALL
Line 24  AC_CHECK_LIB([pthread], [pthread_mutex_init]) Line 27  AC_CHECK_LIB([pthread], [pthread_mutex_init])
 AC_CHECK_LIB([util], [forkpty])  AC_CHECK_LIB([util], [forkpty])
 AC_CHECK_LIB([rt], [aio_read])  AC_CHECK_LIB([rt], [aio_read])
 AC_CHECK_LIB([elwix], [crcFletcher16])  AC_CHECK_LIB([elwix], [crcFletcher16])
   AC_CHECK_LIB([aitsched], [schedRead])
   
 # Checks for header files.  # Checks for header files.
 AC_CHECK_HEADERS([stdlib.h string.h sys/ioctl.h termios.h unistd.h])  AC_CHECK_HEADERS([stdlib.h string.h sys/ioctl.h termios.h unistd.h])

Removed from v.1.34  
changed lines
  Added in v.1.47.2.1


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