NOTMUCH_SRCDIR=@NOTMUCH_SRCDIR@ # Whether the Xapian version in use supports compaction NOTMUCH_HAVE_XAPIAN_COMPACT=@HAVE_XAPIAN_COMPACT@ # Whether the Xapian version in use supports field processors NOTMUCH_HAVE_XAPIAN_FIELD_PROCESSOR=@HAVE_XAPIAN_FIELD_PROCESSOR@ # Whether the Xapian version in use supports lock retry NOTMUCH_HAVE_XAPIAN_DB_RETRY_LOCK=@HAVE_XAPIAN_DB_RETRY_LOCK@ # Which backend will Xapian use by default? NOTMUCH_DEFAULT_XAPIAN_BACKEND=@DEFAULT_XAPIAN_BACKEND@ # do we have man pages? NOTMUCH_HAVE_MAN=1 # Name of python interpreter NOTMUCH_PYTHON=@PYTHON@ # Are the ruby development files (and ruby) available? If not skip # building/testing ruby bindings. NOTMUCH_HAVE_RUBY_DEV=@HAVE_RUBY_DEV@ # Major version of gmime NOTMUCH_GMIME_MAJOR=@GMIME_MAJOR@ # Platform we are run on PLATFORM=Linux NOTMUCH_PLATFORM=@PLATFORM@