$OpenBSD: patch-configure,v 1.3 2012/10/28 17:48:24 fgsch Exp $

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

--- configure.orig	Thu Mar 29 02:56:50 2012
+++ configure	Thu Oct 25 01:09:59 2012
@@ -6416,6 +6416,9 @@ else
 fi
 
     ;;
+    *-*-openbsd*)
+    DATADIRNAME=share
+    ;;
     *)
     DATADIRNAME=lib
     ;;
