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

version 1.1.2.3, 2008/09/30 14:56:51 version 1.1.2.5, 2008/09/30 20:00:26
Line 1 Line 1
   #
   # $Author$
   # $Id$
   #
 AC_INIT(libaitcfg, 3.0, misho@openbsd-bg.org)  AC_INIT(libaitcfg, 3.0, 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 35  AC_ARG_ENABLE(debug, Line 39  AC_ARG_ENABLE(debug,
         [ DEBUG=$enableval          [ DEBUG=$enableval
                 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])
                                 ;;                                  ;;
                         *)                          *)
                                 ;;                                  ;;

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


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