Diff for /libaitcfg/configure.in between versions 1.14.2.1 and 1.14.2.2

version 1.14.2.1, 2013/01/17 13:30:31 version 1.14.2.2, 2013/05/22 11:30:09
Line 6  AC_INIT(libaitcfg, 7.0, misho@elwix.org) Line 6  AC_INIT(libaitcfg, 7.0, misho@elwix.org)
 AC_CONFIG_SRCDIR([src/aitcfg.c])  AC_CONFIG_SRCDIR([src/aitcfg.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

Removed from v.1.14.2.1  
changed lines
  Added in v.1.14.2.2


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