[gedit-plugins/gnome-3-0] Revert "Don't use both intltool and gettext rules since they conflict (#627789)"



commit aa6dfae96f8f7cf96a66e42c77444346059397c7
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Jun 2 11:06:44 2011 +0200

    Revert "Don't use both intltool and gettext rules since they conflict (#627789)"
    
    This reverts commit 9cce409effe9e85ced738697070f34e9bf32db15.
    
    We are not using gnome-autogen so we need this rules

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2f4a862..2302104 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,6 +52,9 @@ AM_CONDITIONAL(PLATFORM_WIN32, test "$platform_win32" = "yes")
 # ================================================================
 IT_PROG_INTLTOOL([0.40.0])
 
+AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT([external])
+
 GETTEXT_PACKAGE=gedit-plugins
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]