Fix gettext

This commit is contained in:
Stefano Karapetsas 2014-01-01 17:56:47 +01:00
parent 33c8e58730
commit b660002db7
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ IT_PROG_INTLTOOL([0.40.0])
AC_SUBST([GETTEXT_PACKAGE], [pluma])
AM_GNU_GETTEXT_VERSION([0.17])
AM_GLIB_GNU_GETTEXT
AC_DEFINE([GETTEXT_PACKAGE],[PACKAGE_TARNAME], [Define to the gettext package name.])
AC_DEFINE([GETTEXT_PACKAGE],[pluma], [Define to the gettext package name.])
dnl ================================================================
dnl Use gvfs metadata or the old xml file store.