aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2020-10-25 16:11:47 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-26 11:38:50 +0100
commit447f27c4b1849e8403ea75827d1ec912013acb89 (patch)
treeb728cf77b56f50b5d55f6a85fe35ef4c53c68783 /configure.ac
parentc53da7f664feb24ce3f7a87145dc33189636e274 (diff)
downloadayatana-indicator-bluetooth-447f27c4b1849e8403ea75827d1ec912013acb89.tar.gz
ayatana-indicator-bluetooth-447f27c4b1849e8403ea75827d1ec912013acb89.tar.bz2
ayatana-indicator-bluetooth-447f27c4b1849e8403ea75827d1ec912013acb89.zip
Switch from GNOMELOCALEDIR to LOCALEDIR variable name.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 65a0155..0a8dee9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ IT_PROG_INTLTOOL([0.41.0])
GETTEXT_PACKAGE=ayatana-indicator-bluetooth
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Name of the default get text domain])
-AC_DEFINE_PATH(GNOMELOCALEDIR, "${datadir}/locale", [locale directory])
+AC_DEFINE_PATH(LOCALEDIR, "${datadir}/locale", [locale directory])
AM_GLIB_GNU_GETTEXT