* Makefile.am: add 'make gitcheck'; bump database schema version

This commit is contained in:
Dirk-Jan C. Binnema 2010-11-21 16:06:16 +02:00
parent 45ebbd3ff3
commit c1203dd047
2 changed files with 10 additions and 1 deletions

View File

@ -49,6 +49,15 @@ line33:
fixme:
@grep -i 'FIXME\|TODO' `find src -type f`
# check whether we can run make distcheck from the repo version
gitcheck:
cd `mktemp -d`; \
git clone git://gitorious.org/mu/mu-ng.git ; \
cd mu-ng ; \
autoreconf -i ;\
./configure ; \
make distcheck
EXTRA_DIST= \
TODO \

View File

@ -29,7 +29,7 @@ AM_SILENT_RULES([yes])
# note that MU_XAPIAN_DB_VERSION does not necessarily follow MU
# versioning, as we hopefully don't have updates for each version;
# also, this has nothing to do with Xapian's software version
AC_DEFINE(MU_XAPIAN_DB_VERSION,["8.0"], [Schema version of the database])
AC_DEFINE(MU_XAPIAN_DB_VERSION,["8.99"], [Schema version of the database])
LT_INIT # don't use AC_PROG_LIBTOOL anymore