Diff for /libaitwww/configure.in between versions 1.1.1.1.4.1 and 1.4.2.1

version 1.1.1.1.4.1, 2012/03/10 00:28:06 version 1.4.2.1, 2012/08/01 00:42:12
Line 2 Line 2
 # $Author$  # $Author$
 # $Id$  # $Id$
 #  #
AC_INIT(libaitwww, 1.1, misho@elwix.org)AC_INIT(libaitwww, 1.4, 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])
   
 # Checks for header files.  # Checks for header files.
AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/socket.h unistd.h])AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/socket.h unistd.h aitio.h])
   
 # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
 AC_C_INLINE  AC_C_INLINE

Removed from v.1.1.1.1.4.1  
changed lines
  Added in v.1.4.2.1


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