aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-06 12:05:44 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-06 12:05:44 +0100
commitd9512035751f00c3a4e5e0fb29a70de551ba1f8e (patch)
tree9d3ef6c7aad27db2e278561f4915fb6aeb38b1b9 /configure.ac
parent61e3398306d3ad9aa495f043f842fe3c2418d22c (diff)
downloadayatana-indicator-printers-d9512035751f00c3a4e5e0fb29a70de551ba1f8e.tar.gz
ayatana-indicator-printers-d9512035751f00c3a4e5e0fb29a70de551ba1f8e.tar.bz2
ayatana-indicator-printers-d9512035751f00c3a4e5e0fb29a70de551ba1f8e.zip
Rename GNOMELOCALEDIR -> LOCALEDIR.
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 ec452db..fe49ea2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ IT_PROG_INTLTOOL([0.35.0])
GETTEXT_PACKAGE=ayatana-indicator-printers
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [gettext package])
-AC_DEFINE_PATH(GNOMELOCALEDIR, "${datadir}/locale", [locale directory])
+AC_DEFINE_PATH(LOCALEDIR, "${datadir}/locale", [locale directory])
AM_GLIB_GNU_GETTEXT
AC_CONFIG_HEADER(config.h)