[file-roller] Use upstream gettext instead of the glib one
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] Use upstream gettext instead of the glib one
- Date: Mon, 1 Nov 2010 17:01:12 +0000 (UTC)
commit 15e6a380af9e76655ed9b5d8dd9ea50373b04b2d
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Nov 1 17:55:54 2010 +0100
Use upstream gettext instead of the glib one
configure.ac | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3607d20..0848aa5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,6 @@ AC_CONFIG_MACRO_DIR([m4])
GNOME_COMMON_INIT
AC_PROG_CC
-AM_DISABLE_STATIC
AC_PROG_LIBTOOL
GLIB_GSETTINGS
@@ -102,13 +101,15 @@ fi
dnl ******************************
+IT_PROG_INTLTOOL([0.40.0])
+
+AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT([external])
+
GETTEXT_PACKAGE=file-roller
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [GetText Package])
-AM_GLIB_GNU_GETTEXT
-IT_PROG_INTLTOOL([0.35.0])
-
if test "x${prefix}" = "xNONE"; then
AC_DEFINE_UNQUOTED(LOCALEDIR, "${ac_default_prefix}/${DATADIRNAME}/locale", [Locale dir])
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]