Diff for /suX/configure.in between versions 1.4 and 1.4.2.2

version 1.4, 2013/04/10 00:04:10 version 1.4.2.2, 2014/03/26 00:32:01
Line 2 Line 2
 # $Author$  # $Author$
 # $Id$  # $Id$
 #  #
AC_INIT(suX, 3.1, misho@aitnet.org)AC_INIT(suX, 3.2, misho@aitnet.org)
 AC_CONFIG_SRCDIR([src/sux.c])  AC_CONFIG_SRCDIR([src/sux.c])
 AC_CONFIG_HEADERS([inc/config.h])  AC_CONFIG_HEADERS([inc/config.h])
   
Line 23  LDFLAGS="-L/usr/local/lib ${LDFLAGS}" Line 23  LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
 AC_CHECK_LIB([pthread], [pthread_create])  AC_CHECK_LIB([pthread], [pthread_create])
 AC_CHECK_LIB([util], [setusercontext])  AC_CHECK_LIB([util], [setusercontext])
 AC_CHECK_LIB([elwix], [array_Args])  AC_CHECK_LIB([elwix], [array_Args])
AC_CHECK_LIB([aitcfg], [cfgLoadConfig])AC_CHECK_LIB([aitcfg], [cfg_getAttribute])
   
 # Checks for header files.  # Checks for header files.
 AC_CHECK_HEADERS([stdlib.h string.h sys/param.h syslog.h unistd.h])  AC_CHECK_HEADERS([stdlib.h string.h sys/param.h syslog.h unistd.h])

Removed from v.1.4  
changed lines
  Added in v.1.4.2.2


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