[gnome-sound-recorder] Define GETTEXT_PACKAGE



commit 369177d44e4dca64083c39b9ca8b2ffd5b38dacc
Author: Dominique Leuenberger <dimstar opensuse org>
Date:   Tue Dec 17 22:54:57 2013 +0100

    Define GETTEXT_PACKAGE
    
    Without this, the *.mo files are being installed as
    /usr/share/locale/<lang>/LC_MESSAGES/@GETTEXT_PACKAGE  mo
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720642

 configure.ac |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 670ca43..eb5d656 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,10 @@ AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability tar-ustar dist-xz])
 AM_SILENT_RULES([yes])
 
 LT_INIT([disable-static])
+GETTEXT_PACKAGE=gnome-sound-recorder
+AC_SUBST(GETTEXT_PACKAGE)
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
+                   [The prefix for our gettext translation domains.])
 IT_PROG_INTLTOOL([0.26])
 
 LIBGD_INIT([ notification tagged-entry gir])


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