blob: 94fc3af04a2a577923b7a7f74c0aa2646b5681e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.6 2001/12/25 14:48:39 wiz Exp $
--- configure.orig Tue Sep 28 21:39:56 1999
+++ configure
@@ -4019,7 +4019,7 @@
USE_INCLUDED_LIBINTL=yes
CATOBJEXT=.cat
INSTOBJEXT=.cat
- DATADIRNAME=lib
+ DATADIRNAME=${PKGLOCALEDIR}
INTLDEPS='$(top_builddir)/intl/libintl.a'
INTLLIBS=$INTLDEPS
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|