* implement automatic log file cleanup, document it

This commit is contained in:
Dirk-Jan C. Binnema
2010-02-03 21:01:08 +02:00
parent a87c514965
commit a2d1692dda
5 changed files with 88 additions and 21 deletions

View File

@ -27,7 +27,7 @@ AM_INIT_AUTOMAKE([dist-bzip2])
# versioning, as we hopefully don't have updates for each version;
# also, this has nothing to do with the version of the Xapian library
#
AC_DEFINE(MU_XAPIAN_DB_VERSION,["6.999"], [Schema version of the database])
AC_DEFINE(MU_XAPIAN_DB_VERSION,["6.9999"], [Schema version of the database])
LT_INIT # don't use AC_PROG_LIBTOOL anymore
@ -66,7 +66,7 @@ AC_STRUCT_DIRENT_D_INO
# glib2?
PKG_CHECK_MODULES(GLIB,glib-2.0)
PKG_CHECK_MODULES(GLIB, glib-2.0 gio-2.0)
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)