Diff for /libaitcfg/configure.in between versions 1.1.2.5 and 1.3

version 1.1.2.5, 2008/09/30 20:00:26 version 1.3, 2009/10/19 15:00:10
Line 2 Line 2
 # $Author$  # $Author$
 # $Id$  # $Id$
 #  #
AC_INIT(libaitcfg, 3.0, misho@openbsd-bg.org)AC_INIT(libaitcfg, 3.1, misho@openbsd-bg.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])
   
Line 40  AC_ARG_ENABLE(debug, Line 40  AC_ARG_ENABLE(debug,
                 case "$enableval" in                  case "$enableval" in
                         yes)                          yes)
                                 AC_DEFINE(__DEBUG,, [Build libraries with debug information and additional messages])                                  AC_DEFINE(__DEBUG,, [Build libraries with debug information and additional messages])
                                   CFLAGS="-g ${CFLAGS}"
                                 ;;                                  ;;
                         *)                          *)
                                 ;;                                  ;;

Removed from v.1.1.2.5  
changed lines
  Added in v.1.3


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