After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 610787 - Fix installation of .mo files
Fix installation of .mo files
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: building
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-02-23 09:27 UTC by Vincent Untz
Modified: 2010-02-23 15:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
AC_SUBST(GETTEXT_PACKAGE) (735 bytes, patch)
2010-02-23 09:27 UTC, Vincent Untz
none Details | Review
Fix installation of .mo files (1.01 KB, patch)
2010-02-23 15:50 UTC, Owen Taylor
committed Details | Review

Description Vincent Untz 2010-02-23 09:27:36 UTC
Created attachment 154482 [details] [review]
AC_SUBST(GETTEXT_PACKAGE)

The configure script is missing a "AC_SUBST(GETTEXT_PACKAGE)" line: right now, translations are installed as @GETTEXT_PACKAGE@.mo
Comment 1 Owen Taylor 2010-02-23 15:49:02 UTC
The following fix has been pushed:
98e60eb Fix installation of .mo files
Comment 2 Owen Taylor 2010-02-23 15:50:24 UTC
Created attachment 154509 [details] [review]
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.