dnl Process this file with autoconf to produce a configure script. AC_INIT(src/gramps.py) dnl Checks for programs. PACKAGE=gramps AC_PATH_PROG(PYTHON, python) AC_PATH_PROG(ZIP, zip) changequote(<<, >>)dnl PYTHON_VERSION=`$PYTHON -c "import sys; print sys.version[:3]"` changequote([, ])dnl AC_SUBST(PYTHON) AC_SUBST(PYTHON_VERSION) AC_SUBST(PACKAGE) AC_SUBST(GNOMEHELP) AC_SUBST(LIBS) AC_PROG_INSTALL AC_PROG_MAKE_SET AC_PROG_CC AC_CHECK_HEADER(libintl.h) AC_CHECK_LIB(c,textdomain,LIBS="", [ AC_CHECK_LIB(intl,textdomain, LIBS="-lintl", AC_MSG_ERROR("Could not find internationalization libraries")) ]) dnl Check for programs AC_CHECK_PROG(HAVE_GNOME_CONFIG, gnome-config, "YES", "NO") GNOMEHELP=`gnome-config --prefix` dnl Check if python bindings for gtk are installed AC_MSG_CHECKING(Python bindings for sax/xml) changequote(,) cat > conftest.py < conftest.py < conftest.py < conftest.py < conftest.py <