[tracker] configure.ac: rename "push modules" to "miners"
- From: Carlos Garnacho <carlosg src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker] configure.ac: rename "push modules" to "miners"
- Date: Tue, 17 Nov 2009 10:56:56 +0000 (UTC)
commit a846647097eba73a2e907b462255f47c3f2f1121
Author: Carlos Garnacho <carlos lanedo com>
Date: Tue Nov 17 11:56:16 2009 +0100
configure.ac: rename "push modules" to "miners"
configure.ac | 28 ++++++++++++++--------------
src/plugins/Makefile.am | 4 ++--
2 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6024fdf..29cf706 100644
--- a/configure.ac
+++ b/configure.ac
@@ -698,22 +698,22 @@ fi
AM_CONDITIONAL(HAVE_UNAC, test "x$have_unac" = "xyes")
####################################################################
-# Push modules
+# Mail miners
####################################################################
-AC_ARG_ENABLE([evolution_push_module],
- AS_HELP_STRING([--enable-evolution-push-module],
- [enable support for Evolution push mechanism [[default=yes]]]),,
- [enable_evolution_push_module=yes])
+AC_ARG_ENABLE([evolution_miner],
+ AS_HELP_STRING([--enable-evolution-miner],
+ [enable support for Evolution data miner [[default=yes]]]),,
+ [enable_evolution_miner=yes])
-AM_CONDITIONAL(USING_EVOLUTION_PUSH_MODULE, test "x$enable_evolution_push_module" = "xyes")
+AM_CONDITIONAL(USING_EVOLUTION_MINER, test "x$enable_evolution_miner" = "xyes")
-AC_ARG_ENABLE([kmail_push_module],
- AS_HELP_STRING([--enable-kmail-push-module],
- [enable support for KMail push mechanism [[default=yes]]]),,
- [enable_kmail_push_module=yes])
+AC_ARG_ENABLE([kmail_miner],
+ AS_HELP_STRING([--enable-kmail-miner],
+ [enable support for KMail data miner [[default=yes]]]),,
+ [enable_kmail_miner=yes])
-AM_CONDITIONAL(USING_KMAIL_PUSH_MODULE, test "x$enable_kmail_push_module" = "xyes")
+AM_CONDITIONAL(USING_KMAIL_MINER, test "x$enable_kmail_miner" = "xyes")
####################################################################
@@ -1309,7 +1309,7 @@ AM_CONDITIONAL(HAVE_TOTEM_PL_PARSER, test "x$have_playlist" = "xyes")
# Enable Evolution plugin support?
##################################################################
-if test "x$enable_evolution_push_module" != "xno" ; then
+if test "x$enable_evolution_miner" != "xno" ; then
PKG_CHECK_MODULES(EVOLUTION_PLUGIN, [
evolution-plugin >= $EVO_REQUIRED
evolution-data-server-1.2 >= $EDS_REQUIRED],
@@ -1553,8 +1553,8 @@ Metadata Extractors:
Plugins:
- Evolution plugin (data-push): $have_evolution_plugin
- KMail plugin (data-push): $enable_kmail_push_module
+ Evolution plugin (data-push): $enable_evolution_miner
+ KMail plugin (data-push): $enable_kmail_miner
Warning:
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 6242287..45bbb9e 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -2,11 +2,11 @@ include $(top_srcdir)/Makefile.decl
SUBDIRS = .
-if USING_KMAIL_PUSH_MODULE
+if USING_KMAIL_MINER
SUBDIRS += kmail
endif
-if USING_EVOLUTION_PUSH_MODULE
+if USING_EVOLUTION_MINER
if HAVE_EVOLUTION_PLUGIN
SUBDIRS += evolution
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]