Diff for /libaitpelco/configure.in between versions 1.3 and 1.3.2.2

version 1.3, 2013/01/17 10:16:17 version 1.3.2.2, 2013/05/22 11:30:40
Line 2 Line 2
 # $Author$  # $Author$
 # $Id$  # $Id$
 #  #
AC_INIT(libaitpelco, 1.2, misho@openbsd-bg.org)AC_INIT(libaitpelco, 2.0, misho@openbsd-bg.org)
 AC_CONFIG_SRCDIR([src/aitpelco.c])  AC_CONFIG_SRCDIR([src/aitpelco.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 22  LDFLAGS="-L/usr/local/lib ${LDFLAGS}" Line 25  LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
   
 # Checks for libraries.  # Checks for libraries.
 # FIXME: Replace `main' with a function in `-laitcrc':  # FIXME: Replace `main' with a function in `-laitcrc':
AC_CHECK_LIB([aitcrc], [crcPelco])AC_CHECK_LIB([elwix], [crcPelco])
   
 # Checks for header files.  # Checks for header files.
   

Removed from v.1.3  
changed lines
  Added in v.1.3.2.2


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