[cheese] build: Use upstream gettext instead the glib one
- From: Daniel G. Siegel <dgsiegel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese] build: Use upstream gettext instead the glib one
- Date: Sun, 20 Feb 2011 13:05:32 +0000 (UTC)
commit 12c2229e99482e79c3d0ea9f6b2db86eb915c8fe
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]