--- libaitpelco/configure.in 2013/01/17 10:16:17 1.3 +++ libaitpelco/configure.in 2013/01/17 10:19:59 1.3.2.1 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.3 2013/01/17 10:16:17 misho Exp $ +# $Id: configure.in,v 1.3.2.1 2013/01/17 10:19:59 misho Exp $ # -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_HEADERS([inc/config.h]) @@ -22,7 +22,7 @@ LDFLAGS="-L/usr/local/lib ${LDFLAGS}" # Checks for libraries. # FIXME: Replace `main' with a function in `-laitcrc': -AC_CHECK_LIB([aitcrc], [crcPelco]) +AC_CHECK_LIB([elwix], [crcPelco]) # Checks for header files.