Diff for /libaitio/configure.in between versions 1.55 and 1.56

version 1.55, 2015/01/19 23:32:30 version 1.56, 2016/08/18 09:06:31
Line 2 Line 2
 # $Author$  # $Author$
 # $Id$  # $Id$
 #  #
AC_INIT(libaitio, 7.2, misho@elwix.org)AC_INIT(libaitio, 7.3, 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])
   
Line 12  ac_cv_func_realloc_0_nonnull="yes" Line 12  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
   AC_PROG_RANLIB
   
 AC_CANONICAL_HOST  AC_CANONICAL_HOST
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
   
AC_CHECK_TOOL(MKDEP, mkdep, no)AC_CHECK_TOOL(MKDEP, mkdep, ../mkdep)
 AC_SUBST(MKDEP)  AC_SUBST(MKDEP)
   
 CFLAGS="-Wall -O2 -fPIC ${CFLAGS}"  CFLAGS="-Wall -O2 -fPIC ${CFLAGS}"
Line 37  AC_C_INLINE Line 38  AC_C_INLINE
   
 # Checks for library functions.  # Checks for library functions.
 AC_FUNC_MMAP  AC_FUNC_MMAP
AC_CHECK_FUNCS([bzero memset munmap])AC_CHECK_FUNCS([bzero memset munmap fpurge])
 AC_CHECK_FUNCS([pthread_create pthread_exit])  AC_CHECK_FUNCS([pthread_create pthread_exit])
 AC_CHECK_FUNCS([shm_open shm_unlink])  AC_CHECK_FUNCS([shm_open shm_unlink])
   

Removed from v.1.55  
changed lines
  Added in v.1.56


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