Fix installation of .mo files
The recent cleanup of the configure.ac cleanups accidentally removed AC_SUBST(GETTEXT_PACKAGE); more precisely restore this section back to its original state. https://bugzilla.gnome.org/show_bug.cgi?id=610787
This commit is contained in:
parent
16bdff4f48
commit
98e60eb7e9
@ -21,9 +21,11 @@ LT_PREREQ([2.2.6])
|
|||||||
LT_INIT([disable-static])
|
LT_INIT([disable-static])
|
||||||
|
|
||||||
GETTEXT_PACKAGE=gnome-shell
|
GETTEXT_PACKAGE=gnome-shell
|
||||||
|
AC_SUBST(GETTEXT_PACKAGE)
|
||||||
|
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
|
||||||
|
[The prefix for our gettext translation domains.])
|
||||||
IT_PROG_INTLTOOL(0.26)
|
IT_PROG_INTLTOOL(0.26)
|
||||||
AM_GLIB_GNU_GETTEXT
|
AM_GLIB_GNU_GETTEXT
|
||||||
AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME], [The prefix for our gettext translation domain])
|
|
||||||
|
|
||||||
PKG_PROG_PKG_CONFIG([0.22])
|
PKG_PROG_PKG_CONFIG([0.22])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user