diff options
author | monsta <[email protected]> | 2020-03-04 08:44:27 +0300 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-03-04 10:49:01 +0100 |
commit | 35ffe3e9389e7313fafc92dc780fae49262ee9b3 (patch) | |
tree | 5764fd07b0536b6888184a427b7a74af509eeef3 | |
parent | 5d8ae8ebc0a16d38157f2bfcf8d2661a4a1815aa (diff) | |
download | mate-applets-35ffe3e9389e7313fafc92dc780fae49262ee9b3.tar.bz2 mate-applets-35ffe3e9389e7313fafc92dc780fae49262ee9b3.tar.xz |
build: drop unused matelocaledir variable
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 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 *************************************************************************** |