GNOME Bugzilla – Bug 703732
Unnecessary localdir override in configure.ac
Last modified: 2015-06-11 08:29:16 UTC
If there is no explicit reason for that, please do not overwrite the localedir variable in the configure.ac it's already set to correct value by default taken out from: http://www.gnu.org/software/gettext/manual/html_node/src_002fMakefile.html Note that @datadir@ defaults to ‘$(prefix)/share’, thus $(localedir) defaults to ‘$(prefix)/share/locale’. Moreover $(DATADIRNAME) is not set by inltool on Gentoo and many other distributions. Hence, the locale related files are installed incorrectly. So, there is no need for those two lines: localedir='$(prefix)/$(DATADIRNAME)/locale' AC_SUBST(localedir)
*** Bug 703733 has been marked as a duplicate of this bug. ***
Created attachment 248542 [details] [review] patch proposal
Looks fine to me and distcheck still passes with it. Thanks for the patch! Committed for Evolution 3.9.4 and 3.8.4: https://git.gnome.org/browse/evolution/commit/?id=4e5e734ed208c87020a6846b41dd72b5e8088525 https://git.gnome.org/browse/evolution/commit/?h=gnome-3-8&id=7303bb3633d919aa3eecb1f85ef56aa0b97bd9df
I made the same change for evolution-ews and evolution-mapi, for 3.16.4+ and 3.17.3+.