From c47e6423b497b2f51b0fda36fbae524b3efa61fb Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Wed, 15 Aug 2007 03:03:19 +0000 Subject: use FindLibintl.cmake instead of FindGettext.cmake in kdelibs Alex svn path=/trunk/KDE/kdelibs/; revision=700195 --- modules/FindLibintl.cmake | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/modules/FindLibintl.cmake b/modules/FindLibintl.cmake index 3b444d4c..e4d0539e 100644 --- a/modules/FindLibintl.cmake +++ b/modules/FindLibintl.cmake @@ -1,13 +1,9 @@ -# Try to find Gettext functionality +# Try to find Libintl functionality # Once done this will define # -# GETTEXT_FOUND - system has Gettext -# GETTEXT_INCLUDE_DIR - Gettext include directory -# GETTEXT_LIBRARIES - Libraries needed to use Gettext -# -# HAVE_LIBINTL_H -# LIBC_HAS_DGETTEXT -# LIBINTL_HAS_DGETTEXT +# LIBINTL_FOUND - system has Libintl +# LIBINTL_INCLUDE_DIR - Libintl include directory +# LIBINTL_LIBRARIES - Libraries needed to use Libintl # # TODO: This will enable translations only if Gettext functionality is # present in libc. Must have more robust system for release, where Gettext -- cgit v1.2.1