summaryrefslogtreecommitdiffabout
authorulf69 <ulf69>2004-09-15 17:54:00 (UTC)
committer ulf69 <ulf69>2004-09-15 17:54:00 (UTC)
commit216ee6e2471ed857f4983b41c85b8fd7196a7952 (patch) (side-by-side diff)
tree9b583e3d5e6a330ec704707fb7f0d4ce7dbae6bb
parentd3925ba5bd25224bc4a60d3d6a107c464994a1ea (diff)
downloadkdepimpi-216ee6e2471ed857f4983b41c85b8fd7196a7952.zip
kdepimpi-216ee6e2471ed857f4983b41c85b8fd7196a7952.tar.gz
kdepimpi-216ee6e2471ed857f4983b41c85b8fd7196a7952.tar.bz2
not needed
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/Makefile.am26
-rw-r--r--pwmanager/configure.in.bot34
2 files changed, 0 insertions, 60 deletions
diff --git a/pwmanager/Makefile.am b/pwmanager/Makefile.am
deleted file mode 100644
index 91202d2..0000000
--- a/pwmanager/Makefile.am
+++ b/dev/null
@@ -1,26 +0,0 @@
-SUBDIRS = pwmanager
-
-AUTOMAKE_OPTIONS = dist-bzip2
-
-MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
-
-EXTRA_DIST = rpm debian file-format keycard-format COPYING.LGPL CodingStyle
-
-# target to generate a .pot file manually (without scripty)
-messages_manually:
- extractrc `find . -name "*.rc" -o -name "*.ui"` > rc.cpp
- LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
- if test -n "$$LIST"; then \
- xgettext -ki18n -kI18N_NOOP -o ./pwmanager.pot $$LIST ; \
- fi
- rm -f rc.cpp
-
-# target for automatic .pot file merging by scripty.
-# disable this target to disable automatic merging.
-#messages: rc.cpp
-# $(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui"` > rc.cpp
-# LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
-# if test -n "$$LIST"; then \
-# $(XGETTEXT) $$LIST -o $(podir)/pwmanager.pot; \
-# fi
-# rm -f rc.cpp
diff --git a/pwmanager/configure.in.bot b/pwmanager/configure.in.bot
deleted file mode 100644
index f281f69..0000000
--- a/pwmanager/configure.in.bot
+++ b/dev/null
@@ -1,34 +0,0 @@
-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