diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 148e461..9ddb82e 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ IT_PROG_INTLTOOL([0.40.0]) GETTEXT_PACKAGE="${PACKAGE}" AC_SUBST(GETTEXT_PACKAGE) -localedir='$(prefix)/$(DATADIRNAME)/locale' +localedir='$(datadir)/locale' AC_SUBST(localedir) # Workaround to make aclocal get the right flags |