configure.in   configure.in 
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/dbi_main.c) AC_INIT(src/dbi_main.c)
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE(libdbi, 0.8.3) AM_INIT_AUTOMAKE(libdbi, 0.8.4)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4])
dnl Library versioning dnl Library versioning
LIB_CURRENT=0 LIB_CURRENT=1
LIB_REVISION=5 LIB_REVISION=0
LIB_AGE=0 LIB_AGE=0
AC_SUBST(LIB_CURRENT) AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION) AC_SUBST(LIB_REVISION)
AC_SUBST(LIB_AGE) AC_SUBST(LIB_AGE)
AC_CANONICAL_HOST AC_CANONICAL_HOST
driverdir=$libdir/dbd driverdir=$libdir/dbd
AC_SUBST(driverdir) AC_SUBST(driverdir)
skipping to change at line 151 skipping to change at line 152
AC_CHECK_HEADERS(string.h strings.h) AC_CHECK_HEADERS(string.h strings.h)
dnl ============================== dnl ==============================
dnl See whether to build the docs dnl See whether to build the docs
dnl ============================== dnl ==============================
ac_docs="YES" ac_docs="YES"
AC_ARG_ENABLE(docs, AC_ARG_ENABLE(docs,
[ --disable-docs do not build and install the documentation .], [ --disable-docs do not build and install the documentation .],
[ ac_docs="NO" ]) [ if test "$enable_docs" = "no"; then
ac_docs="NO"
fi ])
if test "$ac_docs" = "YES"; then if test "$ac_docs" = "YES"; then
dnl AC_PATH_PROGS(myjade, openjade jade) dnl AC_PATH_PROGS(myjade, openjade jade)
dnl if test "x$myjade" != "x"; then dnl if test "x$myjade" != "x"; then
docs_subdirs="doc" docs_subdirs="doc"
dnl else dnl else
dnl docs_subdirs="" dnl docs_subdirs=""
dnl fi dnl fi
else else
docs_subdirs="" docs_subdirs=""
 End of changes. 4 change blocks. 
4 lines changed or deleted 7 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/