aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-15 03:03:19 +0000
committerAlexander Neundorf <neundorf@kde.org>2007-08-15 03:03:19 +0000
commitc47e6423b497b2f51b0fda36fbae524b3efa61fb (patch)
tree783c8be6376af083c51bc4dad833e74a2f80f57f
parent34aee9dc819ead4b597175ff9262ba7bc6c276a6 (diff)
downloadextra-cmake-modules-c47e6423b497b2f51b0fda36fbae524b3efa61fb.tar.gz
extra-cmake-modules-c47e6423b497b2f51b0fda36fbae524b3efa61fb.tar.bz2
use FindLibintl.cmake instead of FindGettext.cmake in kdelibs
Alex svn path=/trunk/KDE/kdelibs/; revision=700195
-rw-r--r--modules/FindLibintl.cmake12
1 files 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