Fix gettext

This commit is contained in:
Stefano Karapetsas 2014-01-01 19:38:07 +01:00
parent b660002db7
commit 90e4a3c917
1 changed files with 3 additions and 2 deletions

View File

@ -155,10 +155,11 @@ dnl Gettext stuff.
dnl ================================================================ dnl ================================================================
IT_PROG_INTLTOOL([0.40.0]) IT_PROG_INTLTOOL([0.40.0])
AC_SUBST([GETTEXT_PACKAGE], [pluma]) GETTEXT_PACKAGE=pluma
AC_SUBST([GETTEXT_PACKAGE])
AM_GNU_GETTEXT_VERSION([0.17]) AM_GNU_GETTEXT_VERSION([0.17])
AM_GLIB_GNU_GETTEXT AM_GLIB_GNU_GETTEXT
AC_DEFINE([GETTEXT_PACKAGE],[pluma], [Define to the gettext package name.]) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define to the Gettext package name])
dnl ================================================================ dnl ================================================================
dnl Use gvfs metadata or the old xml file store. dnl Use gvfs metadata or the old xml file store.