Diff for /libaitio/configure.in between versions 1.1.1.1 and 1.4.2.1

version 1.1.1.1, 2010/02/23 22:54:48 version 1.4.2.1, 2010/04/16 13:27:49
Line 2 Line 2
 # $Author$  # $Author$
 # $Id$  # $Id$
 #  #
AC_INIT(libaitio, 1.0, misho@openbsd-bg.org)AC_INIT(libaitio, 1.3, misho@openbsd-bg.org)
 AC_CONFIG_SRCDIR([src/aitio.c])  AC_CONFIG_SRCDIR([src/aitio.c])
 AC_CONFIG_HEADERS([inc/config.h])  AC_CONFIG_HEADERS([inc/config.h])
   
Line 47  AC_ARG_ENABLE(debug, Line 47  AC_ARG_ENABLE(debug,
 AC_MSG_RESULT($DEBUG)  AC_MSG_RESULT($DEBUG)
   
 AC_CONFIG_FILES([Makefile  AC_CONFIG_FILES([Makefile
                  example/Makefile  
                  inc/Makefile                   inc/Makefile
                  lib/Makefile                   lib/Makefile
                  src/Makefile])                   src/Makefile])

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


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