From 3c1b4c9346933326198ce69a97b5d088dcb81ca8 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 19 Jan 2020 16:22:11 +0100 Subject: gettext: Fix locale dir This allows to load the translations. --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 48dd878b..475d6b49 100644 --- a/configure.ac +++ b/configure.ac @@ -332,11 +332,6 @@ AC_SUBST(GETTEXT_PACKAGE) GLIB_GSETTINGS -# AM_GLIB_GNU_GETTEXT above substs $DATADIRNAME -# this is the directory where the *.{mo,gmo} files are installed -mateutilslocaledir='${prefix}/${DATADIRNAME}/locale' -AC_SUBST(mateutilslocaledir) - dnl gtk-doc stuff GTK_DOC_CHECK([1.10]) -- cgit v1.2.1