diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-12 20:07:41 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-12 20:07:41 +0800 |
commit | d5b2771b47f190bdf606a48baff9783c8bddf84e (patch) | |
tree | 60feba00055454ca2d2ec61af22d6d338de444f7 /configure.in | |
parent | d4101f86f79c2dcdd832485002fddcf07a6d6c0a (diff) | |
download | gsoc2013-evolution-d5b2771b47f190bdf606a48baff9783c8bddf84e.tar.gz gsoc2013-evolution-d5b2771b47f190bdf606a48baff9783c8bddf84e.tar.zst gsoc2013-evolution-d5b2771b47f190bdf606a48baff9783c8bddf84e.zip |
fix plugin listing, bump upgrade revision so weather calendar group
2005-01-12 JP Rosevear <jpr@novell.com>
* configure.in: fix plugin listing, bump upgrade revision so
weather calendar group appears
svn path=/trunk/; revision=28376
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index c9b08896cb..3de104da3d 100644 --- a/configure.in +++ b/configure.in @@ -28,13 +28,13 @@ AC_SUBST(BASE_VERSION) AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)]) dnl ************************************************************************************************* -dnl Updgrade Revision +dnl Upgrade Revision dnl dnl This is for triggering migration calls between varying versions. dnl dnl This should be reset to 0 whenever BASE_VERSION changes dnl ************************************************************************************************* -UPGRADE_REVISION=0 +UPGRADE_REVISION=1 AC_SUBST(UPGRADE_REVISION) AC_DEFINE_UNQUOTED(UPGRADE_REVISION, "$UPGRADE_REVISION", [The number of times we've upgraded since the BASE_VERSION release]) @@ -1333,8 +1333,8 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE) AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/all/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=base) dnl Add any new plugins here -plugins_base="calendar-file calendar-http calendar-weather groupwise-account-setup plugin-manager send-options shared-folder groupwise-send-options" -plugins_all="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-meeting mail-to-task folder-unsubscribe mark-calendar-offline audio-inline mailing-list-actions groupwise-account-setup itip-formatter backup-restore send-options shared-folder groupwise-send-options exchange-account-setup new-mail-notify" +plugins_base="calendar-file calendar-http calendar-weather groupwise-account-setup itip-formatter plugin-manager send-options shared-folder groupwise-send-options exchange-account-setup" +plugins_all="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-meeting mail-to-task folder-unsubscribe mark-calendar-offline audio-inline mailing-list-actions backup-restore" case x"$enable_plugins" in xno) |