[bijiben] build: Remove use of AM_GLIB_GNU_GETTEXT



commit 4fadc068a21528b1e07970132648d4a067289929
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Sat Feb 20 14:00:40 2016 +0000

    build: Remove use of AM_GLIB_GNU_GETTEXT
    
    Bijiben is already using intltool; you cannot use both at once.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762648

 autogen.sh   |    1 -
 configure.ac |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 5ec283a..c6fa853 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,7 +24,6 @@ fi
 
 git submodule update --init --recursive
 aclocal --install || exit 1
-glib-gettextize --force --copy || exit 1
 intltoolize --force --copy --automake || exit 1
 autoreconf --verbose --force --install || exit 1
 
diff --git a/configure.ac b/configure.ac
index 62ec85f..b4d3a10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,6 @@ 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])
 
 


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