--- intltool.m4.orig Tue Oct 4 13:23:56 2011 +++ intltool.m4 Tue Oct 4 13:24:43 2011 @@ -152,6 +152,9 @@ if test -z "$DATADIRNAME"; then AC_CHECK_FUNC(bind_textdomain_codeset, [DATADIRNAME=share], [DATADIRNAME=lib]) ;; + *-*-openbsd*) + [DATADIRNAME=share] + ;; *) [DATADIRNAME=lib] ;;