author | ulf69 <ulf69> | 2004-09-15 17:53:22 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-09-15 17:53:22 (UTC) |
commit | d3925ba5bd25224bc4a60d3d6a107c464994a1ea (patch) (side-by-side diff) | |
tree | 60f69da1d2b79ee3081e7ef5c09a46470ca6eda0 /pwmanager/configure.in.bot | |
parent | ce83a3479d23b9e8a59c745ccd0a0b14f64ef4e8 (diff) | |
download | kdepimpi-d3925ba5bd25224bc4a60d3d6a107c464994a1ea.zip kdepimpi-d3925ba5bd25224bc4a60d3d6a107c464994a1ea.tar.gz kdepimpi-d3925ba5bd25224bc4a60d3d6a107c464994a1ea.tar.bz2 |
initial revision
-rw-r--r-- | pwmanager/configure.in.bot | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/pwmanager/configure.in.bot b/pwmanager/configure.in.bot new file mode 100644 index 0000000..f281f69 --- a/dev/null +++ b/pwmanager/configure.in.bot @@ -0,0 +1,34 @@ +dnl Put here things to be done at the very end - telling users +dnl about additional packages to install. + +if test "${keycard_available}" != "yes" ; then + echo "" + echo "PwManager is built without chipcard (Smartcard) support." + echo "Either libchipcard is unavailable, or you have manually" + echo "disabled compiling of chipcard support." + echo "" +fi + +if test "${kwallet_available}" != "yes" ; then + echo "" + echo "PwManager is built without KWallet support." + echo "Either KWallet is unavailable (KDE-3.2 not installed), or" + echo "you have manually disabled compiling of KWallet support." + echo "" +fi + +if test "${bzlib_available}" != "yes" ; then + echo "" + echo "PwManager: FATAL! libbzip2 not found!" +fi + +if test "${zlib_available}" != "yes" ; then + echo "" + echo "PwManager: FATAL! zlib not found!" +fi + +if test "`echo ${DO_NOT_COMPILE} | grep "pwmanager" | awk '{print $0}'`" != "" ; then + echo "" + echo "PwManager compilation is disabled because of missing required libraries!" + echo "" +fi |