From d70ce47c224b328c429a5f2406e5e793b009541d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:31:44 -0600 Subject: Additional kde to tde renaming --- libkdenetwork/gpgmepp/configure.in.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libkdenetwork/gpgmepp/configure.in.in') diff --git a/libkdenetwork/gpgmepp/configure.in.in b/libkdenetwork/gpgmepp/configure.in.in index 7ffaa1e67..e277b73bd 100644 --- a/libkdenetwork/gpgmepp/configure.in.in +++ b/libkdenetwork/gpgmepp/configure.in.in @@ -90,12 +90,12 @@ dnl END inline of gpgme.m4 # It was the first useable one for C++ (class keyword) and KDE (largefile support). # If you change this minimum version here, update also configure.in.bot -kdepim_needs_gpgme_copy="" +tdepim_needs_gpgme_copy="" KDEPIM_PATH_GPGME(0.4.5,[ AC_LANG_SAVE AC_LANG_C - kdepim_gpgmepp_save_cflags="$CFLAGS" - kdepim_gpgmepp_save_libs="$LIBS" + tdepim_gpgmepp_save_cflags="$CFLAGS" + tdepim_gpgmepp_save_libs="$LIBS" CFLAGS="$GPGME_CFLAGS" LIBS="$GPGME_LIBS" @@ -165,12 +165,12 @@ KDEPIM_PATH_GPGME(0.4.5,[ AC_MSG_RESULT([no]) ]) - CFLAGS="$kdepim_gpgmepp_save_cflags" - LIBS="$kdepim_gpgmepp_save_libs" + CFLAGS="$tdepim_gpgmepp_save_cflags" + LIBS="$tdepim_gpgmepp_save_libs" AC_LANG_RESTORE ],[ - kdepim_needs_gpgme_copy="true" + tdepim_needs_gpgme_copy="true" GPGME_CFLAGS='-I$(top_srcdir)/libkdenetwork/libgpgme-copy/gpgme -I$(top_srcdir)/libkdenetwork/libgpg-error-copy -I$(top_builddir)/libkdenetwork/libgpg-error-copy' GPGME_LIBS='$(top_builddir)/libkdenetwork/libgpgme-copy/gpgme/libgpgme.la' GPGME_LIBS_DEP='$(GPGME_LIBS)' @@ -182,7 +182,7 @@ KDEPIM_PATH_GPGME(0.4.5,[ AC_SUBST(GPGME_LIBS_DEP) -AM_CONDITIONAL(needs_gpgme_copy, test -n "$kdepim_needs_gpgme_copy") +AM_CONDITIONAL(needs_gpgme_copy, test -n "$tdepim_needs_gpgme_copy") dnl Always true - either from the local copy or from the system lib. dnl Still used in gpgmepp/gpgmefw.h for some reason. -- cgit v1.2.1