summaryrefslogtreecommitdiffstats
path: root/libkdenetwork
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:47:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:47:32 -0600
commit7cb24f16beba124f021091c4b7bcf8565a06fb95 (patch)
tree966c56d322d59439374c65c06803bdca34b00af5 /libkdenetwork
parentdbb49d72f7a1bc5c4b7312219cae8491cc571def (diff)
downloadtdepim-7cb24f16beba124f021091c4b7bcf8565a06fb95.tar.gz
tdepim-7cb24f16beba124f021091c4b7bcf8565a06fb95.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'libkdenetwork')
-rw-r--r--libkdenetwork/gpgmepp/configure.in.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/libkdenetwork/gpgmepp/configure.in.in b/libkdenetwork/gpgmepp/configure.in.in
index e277b73bd..74ebc4d36 100644
--- a/libkdenetwork/gpgmepp/configure.in.in
+++ b/libkdenetwork/gpgmepp/configure.in.in
@@ -1,11 +1,11 @@
dnl BEGIN inline of gpgme.m4 from gpgme 0.4.4
-dnl remaned from AM_PATH_GPGME to KDEPIM_PATH_GPGME and inlined here
+dnl remaned from AM_PATH_GPGME to TDEPIM_PATH_GPGME and inlined here
dnl to not require aclocal fiddling...
dnl Autoconf macros for libgpgme
dnl Id: gpgme.m4,v 1.6 2003/09/03 01:15:56 marcus Exp
-AC_DEFUN([_KDEPIM_PATH_GPGME_CONFIG],
+AC_DEFUN([_TDEPIM_PATH_GPGME_CONFIG],
[ AC_ARG_WITH(gpgme-prefix,
AC_HELP_STRING([--with-gpgme-prefix=PFX],
[prefix where GPGME is installed (optional)]),
@@ -32,8 +32,8 @@ dnl AM_PATH_GPGME([MINIMUM-VERSION,
dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
dnl Test for libgpgme and define GPGME_CFLAGS and GPGME_LIBS.
dnl
-AC_DEFUN([KDEPIM_PATH_GPGME],
-[ AC_REQUIRE([_KDEPIM_PATH_GPGME_CONFIG])dnl
+AC_DEFUN([TDEPIM_PATH_GPGME],
+[ AC_REQUIRE([_TDEPIM_PATH_GPGME_CONFIG])dnl
min_gpgme_version=ifelse([$1], ,0.4.2,$1)
AC_MSG_CHECKING(for GPGME - version >= $min_gpgme_version)
ok=no
@@ -91,7 +91,7 @@ dnl END inline of gpgme.m4
# If you change this minimum version here, update also configure.in.bot
tdepim_needs_gpgme_copy=""
-KDEPIM_PATH_GPGME(0.4.5,[
+TDEPIM_PATH_GPGME(0.4.5,[
AC_LANG_SAVE
AC_LANG_C
tdepim_gpgmepp_save_cflags="$CFLAGS"