summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-06-12 13:54:27 +0100
committerJakub Steiner <jimmac@gmail.com>2015-06-12 15:01:51 +0200
commitf07e61189a779a825bfa531849454d307c70c1b9 (patch)
treeab238a4a4a13cf52ea119c51ce779ed988b40fe8 /configure.ac
parent63dde2c1a1f8d7e2b1192e81c9bd982b903583c0 (diff)
downloadadwaita-icon-theme-f07e61189a779a825bfa531849454d307c70c1b9.tar.gz
Fix intltool locale directory location
Recent intltool versions no longer set DATADIRNAME. https://bugzilla.gnome.org/show_bug.cgi?id=749866
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 312b24c1d..a68ad8d92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,8 +13,6 @@ IT_PROG_INTLTOOL([0.40.0])
GETTEXT_PACKAGE="${PACKAGE}"
AC_SUBST(GETTEXT_PACKAGE)
-localedir='$(prefix)/$(DATADIRNAME)/locale'
-AC_SUBST(localedir)
# Workaround to make aclocal get the right flags
AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")