Fix DATADIRNAME on OpenBSD.
authorAntoine Jacoutot <ajacoutot@openbsd.org>
Tue, 4 Oct 2011 05:52:10 +0000 (07:52 +0200)
committerAntoine Jacoutot <ajacoutot@openbsd.org>
Tue, 4 Oct 2011 14:30:18 +0000 (16:30 +0200)
commit8f58c2c0c43fadc19463aec214b27bc41c6a1651
treef8c53aeae1dfa438667fa62f627a93ca8f214b56
parent037c91f845246b692acf5ff99c233b46514504ac
Fix DATADIRNAME on OpenBSD.

On OpenBSD translation files are always installed under PREFIX/share/locale,
there is no such thing as PREFIX/lib/locale; according to that, set
DATADIRNAME to "share".
m4macros/glib-gettext.m4