From f21e5792b5084f5d008bf46f6316030c6dfb31e5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 10 Jan 2010 00:18:25 +0000 Subject: Add author-abandoned basket application git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1072339 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- configure.in.bot | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 configure.in.bot (limited to 'configure.in.bot') diff --git a/configure.in.bot b/configure.in.bot new file mode 100644 index 0000000..4c5b7a9 --- /dev/null +++ b/configure.in.bot @@ -0,0 +1,40 @@ +# configure.in.bot +# This file is used for printing important messages at the end of configure + +echo "" + +if test x$basket_warning_gpgme = xyes; then + echo " ====================================" + echo " === BasKet Note Pads - WARNING ===================================" + echo " ====================================" + echo " =" + echo " = BasKet Note Pads requires gpgme version 1.0 and" + echo " = libgpg-error version 1.0." + echo " = BasKet Note Pads will still be built, but there is no encryption." + echo " =" + echo " = Packages you need to install if you want encryption:" + echo " = Suse: gpgme-devel" + echo " = Kubuntu: libgpgme11-dev" + echo " = Fedora Core: gpgme-devel" + echo " = Mandriva: libgpgme11-devel" + echo " = Gentoo: app-crypt/gpgme" + echo " =" +fi + +if test x$basket_warning_kontact = xyes; then + echo " ====================================" + echo " === BasKet Note Pads - WARNING ===================================" + echo " ====================================" + echo " =" + echo " = BasKet Note Pads requires kdepim." + echo " = BasKet Note Pads will still be built, but there is no" + echo " = Kontact integration." + echo " =" + echo " = Packages you need to install if you want Kontact integration:" + echo " = Suse: kdepim3-devel" + echo " = Kubuntu: kdepim-dev" + echo " = Fedora Core: kdepim-devel" + echo " = Mandriva: libkdepim2-common-devel & libkdepim2-kontact-devel" + echo " = Gentoo: kde-base/kontact" + echo " =" +fi -- cgit v1.2.1