From fd9877629c8aaf8abc7f3e2d15cdddad0ebde92a Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 4 Mar 2020 08:44:27 +0300 Subject: build: drop unused matelocaledir variable --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index b08f655c..060c65d0 100644 --- a/configure.ac +++ b/configure.ac @@ -244,10 +244,6 @@ AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext Package]) AC_DEFINE_DIR(MATELOCALEDIR, "${datadir}/locale", [locale directory]) -# this is the directory where the *.{mo,gmo} files are installed -matelocaledir='${datadir}/locale' -AC_SUBST(matelocaledir) - dnl *************************************************************************** dnl *** yelp-tools *** dnl *************************************************************************** -- cgit v1.2.1