* src/ReadXML.py (start_event): Correctly set event type.

* acinclude.m4, configure.in, gramps.spe.in, src/data/Makefile.am:
Properly test for gconftool-2 binary.


svn: r5079
This commit is contained in:
Alex Roitman
2005-08-15 00:31:11 +00:00
parent 7c1ce4296b
commit cb2c215cf7
6 changed files with 20 additions and 10 deletions

View File

@@ -16,6 +16,12 @@ then
VERSIONSTRING="$VERSION-$RELEASE"
fi
dnl Checking for gconftool-2
AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
if test "x$GCONFTOOL" = xno; then
AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
fi
AM_GCONF2_REPLACEMENT
AM_SHARED_MIME
AM_PACKAGER