diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-11-19 15:34:21 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-22 11:59:10 +0800 |
commit | 43dcc7c7e53fb20eee883ecb8837f9c7cd43899d (patch) | |
tree | 874bd1313d9444c0aa661db4d2f3952a2a1d946e /configure.in.bot | |
parent | 55522e2e3f762f435a97cf3bfc4d83df27be1002 (diff) | |
download | basket-43dcc7c7e53fb20eee883ecb8837f9c7cd43899d.tar.gz basket-43dcc7c7e53fb20eee883ecb8837f9c7cd43899d.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 <gregory-tde@laposte.net>
(cherry picked from commit 039945bdcc926c6460cfb2c4372f370744b16d22)
Diffstat (limited to 'configure.in.bot')
-rw-r--r-- | configure.in.bot | 40 |
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 |