[baobab] configure.ac: Use upstream gettext
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab] configure.ac: Use upstream gettext
- Date: Tue, 25 Oct 2011 16:38:35 +0000 (UTC)
commit 74d48d34eecbae4a4abb60ece3bf2feb7070bd74
Author: Javier JardÃn <jjardon gnome org>
Date: Tue Oct 25 17:17:07 2011 +0100
configure.ac: Use upstream gettext
configure.ac | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index be5d12e..a1cd086 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,8 +13,12 @@ AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip -Wno-portability])
AM_MAINTAINER_MODE([enable])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+# i18n stuff
IT_PROG_INTLTOOL(0.40.0)
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
+
GETTEXT_PACKAGE=AC_PACKAGE_NAME
AC_SUBST([GETTEXT_PACKAGE])
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[The name of the gettext domain])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]