You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.6 KiB
41 lines
1.6 KiB
# 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 tdepim."
|
|
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: tdepim3-devel"
|
|
echo " = Kubuntu: tdepim-dev"
|
|
echo " = Fedora Core: tdepim-devel"
|
|
echo " = Mandriva: libtdepim2-common-devel & libtdepim2-kontact-devel"
|
|
echo " = Gentoo: kde-base/kontact"
|
|
echo " ="
|
|
fi
|