[Spice-commits] configure.ac src/Makefile.am

Christophe Fergau teuf at kemper.freedesktop.org
Fri Mar 16 09:25:26 UTC 2018


 configure.ac    |    3 ---
 src/Makefile.am |    1 -
 2 files changed, 4 deletions(-)

New commits:
commit d3d4028f31c5c1fe448503ab89e6994addf9db70
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Mar 14 12:09:28 2018 +0100

    build: Remove SPICE_GTK_LOCALEDIR
    
    This became obsolete after 93b213e 'spicy-*: Remove translation support'
    
    Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/configure.ac b/configure.ac
index 2a14055..17799c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,9 +20,6 @@ AM_GNU_GETTEXT_VERSION([0.18.2])
 AM_GNU_GETTEXT([external])
 
 
-SPICE_GTK_LOCALEDIR=[${datadir}/locale]
-AC_SUBST(SPICE_GTK_LOCALEDIR)
-
 GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
 
 AC_PROG_CC
diff --git a/src/Makefile.am b/src/Makefile.am
index 4b6e46d..1701cc6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -67,7 +67,6 @@ KEYMAP_CSV = keycodemapdb/data/keymaps.csv
 SPICE_COMMON_CPPFLAGS =						\
 	-DSPICE_COMPILATION					\
 	-DG_LOG_DOMAIN=\"GSpice\"				\
-	-DSPICE_GTK_LOCALEDIR=\"${SPICE_GTK_LOCALEDIR}\"	\
 	-DPNP_IDS=\""$(PNP_IDS)"\"				\
 	-DUSB_IDS=\""$(USB_IDS)"\"				\
 	-I$(top_srcdir)						\


More information about the Spice-commits mailing list