$OpenBSD: patch-aclocal_m4,v 1.2 2012/09/10 08:08:49 ajacoutot Exp $

Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.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]
     ;;
