summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-01-19 16:22:11 +0100
committerraveit65 <[email protected]>2020-01-20 21:17:21 +0100
commit3c1b4c9346933326198ce69a97b5d088dcb81ca8 (patch)
tree6afeb51ef9144c116568bf17976e82a867983a9f /configure.ac
parent519672fb4f48411bc17e92b9c8c852fe6f29177c (diff)
downloadmate-utils-3c1b4c9346933326198ce69a97b5d088dcb81ca8.tar.bz2
mate-utils-3c1b4c9346933326198ce69a97b5d088dcb81ca8.tar.xz
gettext: Fix locale dir
This allows to load the translations.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
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])