$OpenBSD: patch-configure,v 1.3 2012/10/04 09:14:24 jasper Exp $

Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}

--- configure.orig	Wed Oct  3 18:59:13 2012
+++ configure	Thu Oct  4 11:02:10 2012
@@ -14070,6 +14070,9 @@ else
 fi
 
     ;;
+    *-*-openbsd*)
+    DATADIRNAME=share
+    ;;
     *)
     DATADIRNAME=lib
     ;;
