~ubuntu-branches/debian/jessie/basket/jessie

« back to all changes in this revision

Viewing changes to configure.in.bot

  • Committer: Bazaar Package Importer
  • Author(s): Sune Vuorela
  • Date: 2008-06-25 20:11:23 UTC
  • mfrom: (4.1.11 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080625201123-06wsi9dla3rs3486
Tags: 1.0.2-5
* Also allow automake 1.10 usage - and just build-dep on automake i
  (Closes: #487981)
* Bye bye ana

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# configure.in.bot
 
2
# This file is used for printing important messages at the end of configure
 
3
 
 
4
echo ""
 
5
 
 
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 " ="
 
22
fi
 
23
 
 
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 " ="
 
40
fi