Diff for /libaitwww/configure.in between versions 1.6 and 1.6.2.1

version 1.6, 2013/01/17 14:01:36 version 1.6.2.1, 2013/01/17 14:03:43
Line 2 Line 2
 # $Author$  # $Author$
 # $Id$  # $Id$
 #  #
AC_INIT(libaitwww, 2.1, misho@elwix.org)AC_INIT(libaitwww, 3.0, misho@elwix.org)
 AC_CONFIG_SRCDIR([src/aitwww.c])  AC_CONFIG_SRCDIR([src/aitwww.c])
 AC_CONFIG_HEADERS([inc/config.h])  AC_CONFIG_HEADERS([inc/config.h])
   
Line 21  CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS} Line 21  CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS}
 LDFLAGS="-L/usr/local/lib ${LDFLAGS}"  LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
   
   
AC_CHECK_LIB(aitio, [mpool_malloc])AC_CHECK_LIB(elwix, [mpool_malloc])
   
 # Checks for header files.  # Checks for header files.
 AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/socket.h unistd.h aitio.h])  AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/socket.h unistd.h aitio.h])

Removed from v.1.6  
changed lines
  Added in v.1.6.2.1


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