[gnome-hello] Use upstream gettext instead glib one
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-hello] Use upstream gettext instead glib one
- Date: Wed, 29 Sep 2010 14:35:56 +0000 (UTC)
commit e0a877b101e4eedc93f82fe5fe59371eaabccc39
Author: Javier Jardón <jjardon gnome org>
Date: Wed Sep 29 16:35:20 2010 +0200
Use upstream gettext instead glib one
autogen.sh | 2 ++
configure.ac | 5 +++--
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 750a9ab..dd5920c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -18,6 +18,8 @@ which gnome-autogen.sh || {
exit 1
}
+autopoint --force || exit $?
+
USE_COMMON_DOC_BUILD=yes
. gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
index 21cbac5..d76908c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,9 +50,10 @@ fi
IT_PROG_INTLTOOL([0.40.0])
-AC_SUBST([GETTEXT_PACKAGE], [gnome-hello])
AM_GNU_GETTEXT_VERSION([0.17])
-AM_GLIB_GNU_GETTEXT
+AM_GNU_GETTEXT([external])
+
+AC_SUBST([GETTEXT_PACKAGE], [gnome-hello])
AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME], [Define to the gettext package name.])
# *************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]