[cheese/libcheese] build: Use upstream gettext instead the glib one
- From: Luciana Fujii Pontello <lufujii src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese/libcheese] build: Use upstream gettext instead the glib one
- Date: Wed, 23 Feb 2011 00:58:22 +0000 (UTC)
commit df1e503e22afddc337446eed964be75134c8cc5b
Author: Javier Jardón <jjardon gnome org>
Date: Sun Feb 6 23:25:33 2011 +0000
build: Use upstream gettext instead the glib one
configure.ac | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 98c5aab..fd9a800 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,12 +67,14 @@ AC_SUBST(FULL_LIBEXECDIR)
#*******************************************************************************
# Internationalization
#*******************************************************************************
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
+
GETTEXT_PACKAGE=cheese
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
IT_PROG_INTLTOOL([0.40.0])
-AM_GLIB_GNU_GETTEXT
#*******************************************************************************
# Check required libraries
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]