summaryrefslogtreecommitdiffstats
path: root/configure.in.bot
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-10 00:18:25 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-10 00:18:25 +0000
commitf21e5792b5084f5d008bf46f6316030c6dfb31e5 (patch)
treed51583b36aa1672bac78d98a682cdc330df27e4d /configure.in.bot
downloadbasket-f21e5792b5084f5d008bf46f6316030c6dfb31e5.tar.gz
basket-f21e5792b5084f5d008bf46f6316030c6dfb31e5.zip
Add author-abandoned basket application
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1072339 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'configure.in.bot')
-rw-r--r--configure.in.bot40
1 files changed, 40 insertions, 0 deletions
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