-rw-r--r-- | pwmanager/Makefile.am | 26 | ||||
-rw-r--r-- | pwmanager/configure.in.bot | 34 |
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 @@ | |||
1 | SUBDIRS = pwmanager | ||
2 | |||
3 | AUTOMAKE_OPTIONS = dist-bzip2 | ||
4 | |||
5 | MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files | ||
6 | |||
7 | EXTRA_DIST = rpm debian file-format keycard-format COPYING.LGPL CodingStyle | ||
8 | |||
9 | # target to generate a .pot file manually (without scripty) | ||
10 | messages_manually: | ||
11 | extractrc `find . -name "*.rc" -o -name "*.ui"` > rc.cpp | ||
12 | 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`; \ | ||
13 | if test -n "$$LIST"; then \ | ||
14 | xgettext -ki18n -kI18N_NOOP -o ./pwmanager.pot $$LIST ; \ | ||
15 | fi | ||
16 | rm -f rc.cpp | ||
17 | |||
18 | # target for automatic .pot file merging by scripty. | ||
19 | # disable this target to disable automatic merging. | ||
20 | #messages: rc.cpp | ||
21 | #$(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui"` > rc.cpp | ||
22 | #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`; \ | ||
23 | #if test -n "$$LIST"; then \ | ||
24 | # $(XGETTEXT) $$LIST -o $(podir)/pwmanager.pot; \ | ||
25 | #fi | ||
26 | #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 @@ | |||
1 | dnl Put here things to be done at the very end - telling users | ||
2 | dnl about additional packages to install. | ||
3 | |||
4 | if test "${keycard_available}" != "yes" ; then | ||
5 | echo "" | ||
6 | echo "PwManager is built without chipcard (Smartcard) support." | ||
7 | echo "Either libchipcard is unavailable, or you have manually" | ||
8 | echo "disabled compiling of chipcard support." | ||
9 | echo "" | ||
10 | fi | ||
11 | |||
12 | if test "${kwallet_available}" != "yes" ; then | ||
13 | echo "" | ||
14 | echo "PwManager is built without KWallet support." | ||
15 | echo "Either KWallet is unavailable (KDE-3.2 not installed), or" | ||
16 | echo "you have manually disabled compiling of KWallet support." | ||
17 | echo "" | ||
18 | fi | ||
19 | |||
20 | if test "${bzlib_available}" != "yes" ; then | ||
21 | echo "" | ||
22 | echo "PwManager: FATAL! libbzip2 not found!" | ||
23 | fi | ||
24 | |||
25 | if test "${zlib_available}" != "yes" ; then | ||
26 | echo "" | ||
27 | echo "PwManager: FATAL! zlib not found!" | ||
28 | fi | ||
29 | |||
30 | if test "`echo ${DO_NOT_COMPILE} | grep "pwmanager" | awk '{print $0}'`" != "" ; then | ||
31 | echo "" | ||
32 | echo "PwManager compilation is disabled because of missing required libraries!" | ||
33 | echo "" | ||
34 | fi | ||