Updated the README file with some contributor tips.
[basket4.git] / configure.in.bot
blob4c5b7a9ed03eb9ffbe2add0a937e6749e2eea047
1 # configure.in.bot
2 # This file is used for printing important messages at the end of configure
4 echo ""
6 if test x$basket_warning_gpgme = xyes; then
7     echo " ===================================="
8     echo " ===  BasKet Note Pads - WARNING  ==================================="
9     echo " ===================================="
10     echo " ="
11     echo " = BasKet Note Pads requires gpgme version 1.0 and"
12     echo " = libgpg-error version 1.0."
13     echo " = BasKet Note Pads will still be built, but there is no encryption."
14     echo " ="
15     echo " = Packages you need to install if you want encryption:"
16     echo " =  Suse:         gpgme-devel"
17     echo " =  Kubuntu:      libgpgme11-dev"
18     echo " =  Fedora Core:  gpgme-devel"
19     echo " =  Mandriva:     libgpgme11-devel"
20     echo " =  Gentoo:       app-crypt/gpgme"
21     echo " ="
24 if test x$basket_warning_kontact = xyes; then
25     echo " ===================================="
26     echo " ===  BasKet Note Pads - WARNING  ==================================="
27     echo " ===================================="
28     echo " ="
29     echo " = BasKet Note Pads requires kdepim."
30     echo " = BasKet Note Pads will still be built, but there is no"
31     echo " = Kontact integration."
32     echo " ="
33     echo " = Packages you need to install if you want Kontact integration:"
34     echo " =  Suse:         kdepim3-devel"
35     echo " =  Kubuntu:      kdepim-dev"
36     echo " =  Fedora Core:  kdepim-devel"
37     echo " =  Mandriva:     libkdepim2-common-devel & libkdepim2-kontact-devel"
38     echo " =  Gentoo:       kde-base/kontact"
39     echo " ="