$OpenBSD: patch-aclocal_m4,v 1.1 2011/10/03 06:42:46 ajacoutot Exp $

Fix DATADIRNAME: see LOCALBASE/share/aclocal/glib-gettext.m4.

--- aclocal.m4.orig	Sun Oct  2 09:53:33 2011
+++ aclocal.m4	Sun Oct  2 09:54:36 2011
@@ -141,6 +141,9 @@ if test -z "$DATADIRNAME"; then
     AC_CHECK_FUNC(bind_textdomain_codeset,
       [DATADIRNAME=share], [DATADIRNAME=lib])
     ;;
+    *-*-openbsd*)
+    [DATADIRNAME=share]
+    ;;
     *)
     [DATADIRNAME=lib]
     ;;
