summaryrefslogtreecommitdiffstats
path: root/libkdenetwork/gpgmepp/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'libkdenetwork/gpgmepp/configure.in.in')
-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 e277b73b..74ebc4d3 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"