Use package name as gettext package name
This commit is contained in:
parent
6d16be5238
commit
8a0e43d128
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ AC_SUBST(PURPLE_LIBS)
|
|||
IT_PROG_INTLTOOL([0.50.2], [no-xml])
|
||||
|
||||
# Define the domain name for the translated words
|
||||
GETTEXT_PACKAGE="telegram-purple"
|
||||
GETTEXT_PACKAGE=$PACKAGE_NAME
|
||||
AC_SUBST(GETTEXT_PACKAGE)
|
||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, ["$GETTEXT_PACKAGE"], [Define the gettext package to be used])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue