Diff for /libaitcfg/configure.in between versions 1.14 and 1.15

version 1.14, 2013/01/17 13:27:39 version 1.15, 2013/05/30 09:12:27
Line 2 Line 2
 # $Author$  # $Author$
 # $Id$  # $Id$
 #  #
AC_INIT(libaitcfg, 6.1, misho@elwix.org)AC_INIT(libaitcfg, 7.0, misho@elwix.org)
 AC_CONFIG_SRCDIR([src/aitcfg.c])  AC_CONFIG_SRCDIR([src/aitcfg.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 21  LDFLAGS="-L/usr/local/lib ${LDFLAGS}" Line 24  LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
   
 # Checks for libraries.  # Checks for libraries.
 AC_CHECK_LIB([pthread], [pthread_mutex_lock])  AC_CHECK_LIB([pthread], [pthread_mutex_lock])
AC_CHECK_LIB([aitio], [io_TrimStr])AC_CHECK_LIB([elwix], [str_Trim])
AC_CHECK_LIB([aitcrc], [crcFletcher16]) 
   
 # Checks for header files.  # Checks for header files.
   

Removed from v.1.14  
changed lines
  Added in v.1.15


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