$NetBSD: patch-aa,v 1.2 2000/08/12 06:34:41 jlam Exp $ --- configure.in.orig Thu Jul 20 13:26:32 2000 +++ configure.in Fri Aug 11 21:39:28 2000 @@ -164,6 +164,11 @@ LIBS="-lintl $LIBS" fi +dnl NetBSD: set DATADIRNAME to "share" +DATADIRNAME="share" +INTLDEPS= +INTLLIBS="-lintl" + dnl DATADIRNAME is generated by AM_GNU_GETTEXT; dnl note this has to match the path installed by po/Makefile FC_EXPAND_DIR(LOCALEDIR, '${prefix}/${DATADIRNAME}/locale')