[bijiben] build: use AM_GLIB_GNU_GETTEXT for translations



commit 167cae56a1e426728f9341c25624a8e90e2ba3e9
Author: Jonathan Kang <jonathan121537 gmail com>
Date:   Fri Sep 1 14:52:04 2017 +0800

    build: use AM_GLIB_GNU_GETTEXT for translations
    
    Fix commit 4fadc068a21528b1e07970132648d4a067289929.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786833
    
    Signed-off-by: Isaque Galdino <igaldino gmail com>

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 412fcbe..aab272b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,7 @@ dnl ***************************************************************************
 GETTEXT_PACKAGE=bijiben
 AC_SUBST([GETTEXT_PACKAGE])
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"], [GETTEXT package name])
+AM_GLIB_GNU_GETTEXT
 IT_PROG_INTLTOOL([0.50.1])
 
 # Compiler warnings


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