$OpenBSD: patch-configure,v 1.2 2012/10/21 17:14:36 ajacoutot Exp $

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

--- configure.orig	Sat Oct 20 01:07:25 2012
+++ configure	Sun Oct 21 19:04:44 2012
@@ -13312,6 +13312,9 @@ else
 fi
 
     ;;
+    *-*-openbsd*)
+    DATADIRNAME=share
+    ;;
     *)
     DATADIRNAME=lib
     ;;
