diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a54505d7..0574e79a 100644 --- a/configure.ac +++ b/configure.ac @@ -245,7 +245,7 @@ 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='${prefix}/${DATADIRNAME}/locale' +matelocaledir='${datadir}/locale' AC_SUBST(matelocaledir) dnl *************************************************************************** |