summaryrefslogtreecommitdiffstats
path: root/configure.in.bot
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-11-19 15:34:21 +0100
committergregory guy <[email protected]>2020-11-19 15:41:50 +0100
commit039945bdcc926c6460cfb2c4372f370744b16d22 (patch)
tree5dd94a6a1c8e0709037f43d3bba55c0a9c7ad7db /configure.in.bot
parent316ef8542788dcdbd65616807955c59238a5d208 (diff)
downloadbasket-039945bdcc926c6460cfb2c4372f370744b16d22.tar.gz
basket-039945bdcc926c6460cfb2c4372f370744b16d22.zip
Drop automake build support.
Add basic cmake build instructions. Delete empty files ChangeLog, NEWS and TODO. Rework of the README file. Update some cmake files with latest macros. Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'configure.in.bot')
-rw-r--r--configure.in.bot40
1 files changed, 0 insertions, 40 deletions
diff --git a/configure.in.bot b/configure.in.bot
deleted file mode 100644
index 3261385..0000000
--- a/configure.in.bot
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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